View Single Post
  #4 (permalink)  
Old 08-01-2007, 06:59 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Sorry no refunds.

One option is to keep an index of where each line begins in the file. Then you can tell where you are at based on the index. You can store the index in a different file or at the beginning of the file.
Reply With Quote