Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays & Loading from a table
Message
 
 
À
24/02/2003 17:19:20
Andy Roth
Neyenesch Printers
Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00757277
Message ID:
00757293
Vues:
19
You can use SELECT-SQL. It will redimention array to the number of records selected. The array wouldn't change if select returns 0 records. SELECT * ;
FROM mytable ;
INTO ARRAY laMyarray


>Is there an easy way to laod a 2 dimensional array from an existing
>table?
>
>Will the array expand automaticly if the rows exceed the orignal
>declaration?
>
>Thanks
>Andy
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform