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:23:30
 
 
To
07/06/1999 15:09:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00227168
Message ID:
00227187
Views:
23
>SET DECIMALS TO 6
>
>HTH
>
>>I want to display the values in my decimals places.
>>example 0.123456---
>>I am writing to a flat file a number that is has length of 15
>>and has 6 decimals places. I want to copy out the values
>>in the decimals places, but when I do the copy, the computer
>>rounds the deciamls values to 1, a whole number. Can someone tell me how I can display all the values in the deciamls places?
------------------
Hi Sylvain:
What I did was:
SET FIXED ON
SETS DECIMALS TO 6
Do I need the SET FIXED ON?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform