Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CSV to seperate strings?
Message
From
09/07/2001 12:53:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00528159
Message ID:
00528189
Views:
23
>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)))
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform