Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Round() problem
Message
From
04/06/2008 10:38:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Round() problem
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01321604
Message ID:
01321604
Views:
58
Hi All
I have a strange problem in my code with a ROUND() function.
The following code works fine in command window, but inside one FUNCTION returns bad result.

*********************
*- The code...

SET FIXED ON
SET DECIMALS TO 3

DIMENSION laTest(1,1)
laTest(1,1)=112.575
?ROUND(laTest(1,1),2)

*- the result:

112.57

*********************I can't understand!!! what's wrong!!!
Any help would be great.

Thank's in advance,
NPedro
Next
Reply
Map
View

Click here to load this message in the networking platform