Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays
Message
De
05/05/2000 17:07:56
 
 
À
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:
00366806
Vues:
18
>What is the most effective way to make this an array? SDE,MJS,JSE
The other suggestions work. I like:

CREATE CURSOR whatever (charfield c(3))
INSERT INTO whatever values ('SDE')
INSERT INTO whatever values ('MJS')
INSERT INTO whatever values ('JSE')
*** or append from a file if that's where the data is ***
COPY TO ARRAY somearray
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform