Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Submitting comma delimited data
Message
From
12/05/2011 09:06:52
 
 
To
11/05/2011 10:33:05
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01510319
Message ID:
01510444
Views:
57
>You will need a loop, something like
>For x=1 to getwordcount(bn,',')
>   tempbn=getwordnum(bn,x,',')
>   **your code here
>Endfor
FWIW, ALINES() is a much faster way to parse a comma-separated list. IIRC, it's a couple of orders of magnitude faster than using GetWordNum().

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform