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 16:01:36
 
 
To
07/06/1999 15:27:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00227168
Message ID:
00227214
Views:
22
>Check this out:
>STRTRAN(ALLTRIM(STR(123.345, 10, 5)), '.', '')
>Mark
--------------
hey mark - this is was is working for me...
my_var=PADL(ALLTRIM(STR(my_fld, 16, 6)), 16, '0')
data_string =STRTRAN(my_var, '.', '')
I get 000000000123456 - that is what I want..
Do you know how to put this in one line?
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