Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using FGETS and file has hex 1A at end - how tell at feo
Message
From
29/07/1999 13:20:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00247780
Message ID:
00247784
Views:
17
>Using fopen, fgets and fclose to read a file. Each record has a hex 0D, 0A at the end. The last record in the file has only a hex 1A. This is causing me trouble because the feof is not detecting eof and the fgets does not read the 0A. I end of with a blank string returned from the fgets. Any ideas how to recodnize the eof. I do not want the 1A.
>
>Brenda

How bout trying fread for the 0A and using a function that will test for the end of file. You might have to check each character this way though.
DO WHILE NOT myFEOF(cChar)
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform