Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
6.2 to 00000000006200
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00931355
Message ID:
00931356
Views:
22
This message has been marked as the solution to the initial question of the thread.
>hi all
>i am writing a module to link into SAP and have everything working bar one piece. i have to create a file and in that i have to represent a number in a specific way so that the number 6.2 would become 0000000006200. any ideas how to do this?
>Slán
>~M
lnNumber = 6.2
PADL(INT(lnNumber*100), 12, "0")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform