Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COPY TO ARRAY aTables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00762805
Message ID:
00762812
Vues:
27
Try this:
DIMENSION a_tables[1]
SELECT myField;
  FROM MyTable;
  WHERE NOT EMPTY(myField);
  INTO ARRAY a_tables
You can also use the FOR clause of COPY TO...but you'd also have to correctly dimension the array
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform