Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formattin
Message
 
 
To
09/03/2004 10:52:26
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00884436
Message ID:
00884445
Views:
15
This message has been marked as the solution to the initial question of the thread.
m.DupNsn = TRANSFORM(PADR(ALLTRIM(THIS_REC.NSN), 13, "0"), '@R AAAA-AA-AAA-AAAA')
>I am running the following code for id's that arrive via text file in the format of: 1234567891011
>
>m.DupNsn = TRANSFORM(ALLTRIM(THIS_REC.NSN), '@R AAAA-AA-AAA-AAAA')
>
>The problem is that some of the id's arrive in the following format:
>1234567
>
>How can I add 0's to the tail end of these particular id's while it's pre-processing?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform