I have a coma delimited file that need to navigate thru and read data. There are 1,454,701 records and the total size returned from FSEEK(gnHandle, 0, 2) = 535,84,229
I need to locate about 170k records 3/4 of the way down the file and use it to create and populate a data table.
I can read the data from the first record using FGETS. How do I navigate thru the the rest of the records and make my way to EOF()?
Thanks!
I need to locate about 170k records 3/4 of the way down the file and use it to create and populate a data table.
I can read the data from the first record using FGETS. How do I navigate thru the the rest of the records and make my way to EOF()?
Thanks!