Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Low level
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00598183
Message ID:
00598381
Vues:
16
>thanks anyway but it still doesn't work
>
>Sandy


the following works for me :

LOCAL NumFiles, I
NumFiles=ADIR(la1)
FOR I = 1 TO NumFiles
IF EMPTY(FILETOSTR(ALLTRIM(la1[I, 1])))
? 'Unable to open file for checking ' + la1[I, 1]
ELSE
?la1[I, 1]
ENDIF
ENDFOR


Peter
Peter Cortiel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform