Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Type
Message
From
06/05/2002 12:37:04
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00653123
Message ID:
00653130
Views:
25
>>Hi All:
>> How can I convert a numberic value into a string value without droping the decimal portion of the value.
>>
>>I.E. 2.25 into "2.25" and not 2.0
>>
>
lnNum = 2.25
>? Alltrim(Padr(lnNum,100))
>
I understand the question now...I didn't get how 2.25 would turn into 2.0...
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform