Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fclose() is unrecognized ??? (vfp3)
Message
From
08/06/1998 19:19:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Fclose() is unrecognized ??? (vfp3)
Miscellaneous
Thread ID:
00106113
Message ID:
00106113
Views:
76
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
Next
Reply
Map
View

Click here to load this message in the networking platform