Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically removing zero's
Message
From
13/06/2005 06:51:25
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01022697
Message ID:
01022698
Views:
10
This message has been marked as the solution to the initial question of the thread.
>I have a number field which is padded with zero's. For example:
>
>0000012345
>000013456
>
>How can I programmatically remove the zero's??
>
>Many Thanks

Have a look at the STRTRAN command:
STRTRAN("000013456", "0", "")
Kev
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform