M
marfi95
I have a file that has it's rows terminated by CRLF's, so I can use
peek/seek/readline to read the records. However, I need to read a
record based on its record number in the file. For example, I might
need to read the 500th record, yet I dont want to have to do a readline
for the 1st 499 first.
Thanks
Mark
peek/seek/readline to read the records. However, I need to read a
record based on its record number in the file. For example, I might
need to read the 500th record, yet I dont want to have to do a readline
for the 1st 499 first.
Thanks
Mark