Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining the number of decimal places of a variable?
Message
From
03/03/2003 10:50:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00759689
Message ID:
00760377
Views:
10
Thanks, Rich. What does the following code show? I assume it still loses the accuracy.

>
>
>x = 19.9999
>? TRANSFORM(x)  && Returns 19.9999
x = x + 0.0001
>? TRANSFORM(x)  && Returns what?
>
>
>
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform