G
Guest
Hi.
I need the count of the number of rows within a text file.
I checked the File object but could not find a method there to do what I need.
Is there an efficient way to count the numbers of rows?
Currently all I can think of is opening the file for reading and counting
every row.
This could be a long tedious task as some of the text files have millions of
rows in them.
I also need to count the number of rows in Btrieve files. I use an ODBC for
writing to these files.
Any suggestions will be greatly appreciated.
Rita
I need the count of the number of rows within a text file.
I checked the File object but could not find a method there to do what I need.
Is there an efficient way to count the numbers of rows?
Currently all I can think of is opening the file for reading and counting
every row.
This could be a long tedious task as some of the text files have millions of
rows in them.
I also need to count the number of rows in Btrieve files. I use an ODBC for
writing to these files.
Any suggestions will be greatly appreciated.
Rita