Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A questions about ARRAYS.
Message
De
08/12/1997 09:40:18
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, États-Unis
 
 
À
08/12/1997 09:27:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00064419
Message ID:
00064429
Vues:
29
>I have not use arrays in a while and wanted to no the best way to
>move a table into an array and evaluate the array in a FOR LOOP. My table has two fields. My code will need to look at the first field, then look at the value of the second field and do something. Do I need a double dim array?

The easiest way to do this is with a Select query into an array. select * from MyTable into array aMyArray, then you have it.
Jay Shepherd
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform