Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fclose() is unrecognized ??? (vfp3)
Message
De
08/06/1998 19:19:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Fclose() is unrecognized ??? (vfp3)
Divers
Thread ID:
00106113
Message ID:
00106113
Vues:
75
Why does fopen and fread work for me but it complains that fclose is an "unrecognized command verb"
It's in the help file system!

here's my code: (fopen and fread work fine)
it complains when I save, and also if I "ignore" and run it

if file("path.txt")
handle = fopen("path.txt")
thisform.path = trim(fread(handle, 1024))
fclose(handle)
endif
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform