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?