Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COPY TO ARRAY aTables
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
COPY TO ARRAY aTables
Divers
Thread ID:
00762805
Message ID:
00762805
Vues:
51
this code is getting all the records of tablelist first column and filling it in the array.
I want to put a condition not to get the empty records.

************************
SELECT TableList
nRecCount = IIF(RECCOUNT()<= 0,1,reccount())
DIMENSION aTables(nRecCount,1)
COPY TO ARRAY aTables
*************************
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform