PDA

Click to See Complete Forum and Search --> : Getting the number of lines in a StreamReader..


JpEgy
Mar 30th, 2002, 07:25 PM
How?

DevGrp
Mar 30th, 2002, 09:01 PM
Write a loop and increment a variable each time you read a line.

If you want the number of line a head of time, you can do the above but do do anything with the stuff you are reading.

JpEgy
Mar 31st, 2002, 04:31 AM
ok, thnx