Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Small number to string conversion
Message
From
17/05/2006 22:56:26
 
 
To
17/05/2006 22:51:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01123084
Message ID:
01123088
Views:
21
>See Transform()

I could have done it with transform by doing something like that:
TRANSFORM(lnAmount,"99999999999999999.999999999999999")
in order to make room for any kind of data that could be received as a numeric. But, I wanted something clean. So, I ended up with the ALLTRIM(PADL(lnAmount,20)) such as I mentioned in the other message.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform