Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays
Message
 
À
05/05/2000 16:44:55
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Arrays
Divers
Thread ID:
00366789
Message ID:
00366793
Vues:
19
besides this?:

DIMENSION laArray[3]
laArray[1] = "SDE"
laArray[2] = "MJS"
laArray[3] = "JSE"

Especially if you have more elements, this can be handy:

=alines(laArray, chrtran("SDE,MJS,JSE", ",", chr(13)))




>What is the most effective way to make this an array? SDE,MJS,JSE
Peter Franz
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform