G
Guest
Hi,
At the moment I am opening a file in sequential mode, reading in each line
until I get the match with the string "Totals" which is the last line in the
file and then extracting the number of records in the file which is one of
the totals on the last line. The files are quite big, so I was wondering if
there was a better way, any ideas?
Thanks
At the moment I am opening a file in sequential mode, reading in each line
until I get the match with the string "Totals" which is the last line in the
file and then extracting the number of records in the file which is one of
the totals on the last line. The files are quite big, so I was wondering if
there was a better way, any ideas?
Thanks