Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to display the values in my decimals places.
Message
From
07/06/1999 15:27:59
 
 
To
07/06/1999 15:23:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00227168
Message ID:
00227192
Views:
26
Yes if you need to have allways 6 decimals.

Ex.:
SET DECIMALS TO 6
SET FIXED OFF
lnI = 15/10
? lnI && 1.5
SET FIXED ON
lnI = 15/10
? lnI && 1.500000

HTH

>What I did was:
>SET FIXED ON
>SETS DECIMALS TO 6
>Do I need the SET FIXED ON?
Previous
Reply
Map
View

Click here to load this message in the networking platform