Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create an Array from a String
Message
 
À
06/08/2002 13:05:54
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00686625
Message ID:
00686629
Vues:
28
>How can I create an array of Steve,Lynn,Dyke?

How about something like this:
cTextWithCommas = "Steve,Lynn,Dyke"
cTextWithLines = strtran( cTextWithCommas, ",", chr(13)+chr(10) )
alines( MyArray, cTextWithLines )
Hector Correa
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform