Hello, everyone!
I'm using Dynamics AX 2009 and I have the following code in X++:
Real r;
;
r = 0.259315 + 0.259315;
info(strFmt("%1", r));
Although the result of this operation is 0.51863, the value being shown is 0.52. Is there anyway for AX not to round the number?
We're having a problem with a report, which sums the prizes of some items. The sum of the prices of the items is different than the price shown in the report.
Thanks in advance!
Luiz Bezerra