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:21:37
 
 
To
07/06/1999 15:13:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00227168
Message ID:
00227184
Views:
22
>I think you need something like this:
>lcVar = PADL(ALLTRIM(STR(mprice, 15, 6)), 15, '0')
>Mark
--------------
Hi Mark and thanks...
lcVar = PADL(ALLTRIM(STR(mprice, 15, 6)), 15, '0') - works..
my only problem is the decimal point is in the output.
example...00000000.123456 ------- It should be...000000000123456..
Do you know what is wrong?
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