Thread
:
Output problem with file manipulation (newbie)
View Single Post
03-11-2005, 02:55 AM
#
2
(
permalink
)
Belisarius
Java fanboy
Join Date: Aug 2003
Posts: 1,139
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.
__________________
GitS
Belisarius
View Public Profile
Find More Posts by Belisarius