Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String to Array
Message
De
31/01/2001 14:30:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00470612
Message ID:
00470849
Vues:
42
>>>=alines(arrayname, strtran(string, ",", chr(13)))
>>
>>Very simple and very goog!!!
>
>Luis,
>
>Read the whole thread. This approach doesn't work with multiple delimiters. For this particular case it's good and fast.

Ok,

delimiters = ",;:"
=alines(arrayname, chrtran(string, delimiters, replicate(chr(13), len(delimiters))))
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform