Save and load string from text file

and?? you find the line? with the number ?
in the reference they do THIS:

println("there are " + loadHighScores.length + " lines");
for (int i = 0 ; i <loadHighScores.length; i++) {
  println(loadHighScores[i]);
}
1 Like