Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract numbers from string
Message
 
To
07/01/2003 07:53:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00738451
Message ID:
00738771
Views:
14
Here is another way of doing it and I hope it's the shortest:

lcstring='1243,1234,1234,1235,555'
lcstring2=STRTRAN(lcstring,',','')
lnstring=VAL(lcstring2)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform