Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LEN() for numeric expresions
Message
From
30/10/2002 12:24:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00716929
Message ID:
00716963
Views:
16
Larry,

Well there you have it! Thanks...

>Steve/Héctor,
>With VFP 7 SP1, the precision is stored by VFP and using transform doesn't change it.
>
>x = 456.461
>x = x + .0010
>? x   && Prints 456.4620
>? transform(x)  && Prints 456.4620 again
>VFP will do this until it reaches it reaches its limit of 16 digits of precision (combination of whole and decimal values).
>
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform