Kirill
Posts:
139
Registered:
3/28/06
|
|
Re: Number of line in a text file
Posted:
Nov 1, 2006 11:22 PM
|
|
You will need to read it anyway so the only resort is to reduce function call overhead: reading it by bug chunks, 10th or 100ths megabytes, will be much faster. Kirill
Benoît Valley wrote: > I need to determine the number of line in a text file. > > Is there a more efficient way that using getl in a while loop ? > > Thanks, > Benoît
|
|