Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dir command and full file names
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00756815
Message ID:
00757275
Vues:
21
I had never used arrays in vfp before. But the manual does help. Thanks
set safe off
create table test free (name c(100) )

DIMENSION laList[1]
lcDir = "C:\d\tax\tax\"
lnFiles = ADIR(laList, lcDir + "*.*")

use test
appe from array laList
brow
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform