Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CSV to seperate strings?
Message
 
 
To
09/07/2001 12:53:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00528159
Message ID:
00528207
Views:
14
>>Didn't I see a thread around here that described easily breaking text paragraphs into individual words? I have a CSV string I'd like to break apart in my code.
>>
>>The thread search feature here in UT seems to be failing on me.
>>
>>TIA
>
>Is it a string like "one,two,three"?
>I use
>lcString = "one,two,three,four"
>lnItems = ALines(laItems,Chrtran(lcString, ",", Chr(13)))
Would not work, if you have more than 65000 words in this string :)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform