in reply to Re: Help needed in reading a very large file line by line
in thread Help needed in reading a very large file line by line

The example you linked to deals with files with fixed-length records...

NB: Re: help reading from large file needed begins by briefly alluding to processing files with fixed-length records, but then continues with a detailed discussion, with example, of indexing a variable-length record file for rapid random access.

  • Comment on Re^2: Help needed in reading a very large file line by line