Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obnoxiously large text file
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01290411
Message ID:
01290437
Views:
15
>But wait... what about FREAD() which (apparently) does have the 65535 limit. If I can't use FREAD() to read in a line from the file, how can I read in a line of the file?

FREAD does not read "a line" from the file, it reads a chunk of the file. It's up to the priogram how to interpret the chunk. You can acomplish what you want with 2 FREAD in place of one now.
lcLine = FREAD(lnFH, 37500) + FREAD(lnFH, 37500)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform