Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Round() problem
Message
 
 
To
04/06/2008 10:38:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01321604
Message ID:
01321619
Views:
19
Try

messagebox(ROUND(laTest(1,1),2))

What do you see?

>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
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform