Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CSV to seperate strings?
Message
De
09/07/2001 12:53:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00528159
Message ID:
00528189
Vues:
24
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform