View Single Post
Old 03-11-2005, 08:58 AM   #3 (permalink)
crazyant
Registered User
 
Join Date: Mar 2005
Posts: 3
crazyant is on a distinguished road
Quote:
Originally Posted by Belisarius
You have two readlines in your loop, but an odd number of lines to be read. Naturally the second readLine() will read a null on the last loop, because there's nothing there.
ahhhh so is there any way of getting around this? Or is it simply a product of the input files number of lines?
crazyant is offline   Reply With Quote