Originally posted by SkyGenius
Code:
String[] theline = line.split(" ");
eg
Code:
String[] theLine = line.split("\t");
You said you could not print all the data to the other file but could print all the data to the console? If so then post the code you used for printing to the file.
Comment