Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FGETS() AND FREAD()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
FGETS() AND FREAD()
Miscellaneous
Thread ID:
00140397
Message ID:
00140397
Views:
78
Hello All,
I'm receiving oracle files where I don't know for sure what the carriage return is (whether it's a chr(13) or a chr(13) + chr(10).

So, I open the file with an fopen(), I do a fgets() to find the length of a record, an fseek() to return to the top of the file and then an fread() with the length of a record * 2 which should bring down the carriage return for me to examine.

The problem I am encountering is that the fgets() statement is only returning 254 bytes. When I examine the file in a file editor I can see that they are 1025 bytes in length!!

If this is a DOS limitation, how can I overcome it and if not, what am I doing incorrectly??

Thanks

Sandy
Next
Reply
Map
View

Click here to load this message in the networking platform