Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Split, Conquer and Destroy!!
Message
 
To
20/04/2005 10:10:07
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01006370
Message ID:
01006735
Views:
11
Thanks!


>Here's something different from alines. Not better, just another way.
>
>*-- Assuming cList = "510,832,9953,21,3348"
>cList = ',' + cList + ','
>nNums = occurs(',',cList)-1
>for nInc = 1 to nNums
> ? strextract(cList,',',',',nInc)
>endfor
>
>
>>Hello Gurus!!!
>>
>>Another fun question!!!
>>
>>Given a string like this "510,832,9953,21,3348"
>>
>>I want to parse the string out to get the values returned.... maybe an array??
>>
>>What is a quick way to do this?
>>
>>Thanks!!!
Tommy Tillman A+ NetWork+ MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform