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]);
}
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]);
}