Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract numbers from string
Message
From
07/01/2003 18:09:25
 
 
To
06/01/2003 13:29:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00738451
Message ID:
00739102
Views:
13
hi,

as always there are many ways to rome. you can also use 'Words()' and 'WordNum()' from foxtools.fll

for i=1 to Words(cWordList, ",")
NewNumber = val(WordNum(cWordList, i, ","))
endfor


gunnar
Previous
Reply
Map
View

Click here to load this message in the networking platform