Hey everyone, at the moment I am creating an application which will read in peoples highscores from an external text document, now at the moment I'm struggling to try and get each line from the text file and put it into an array element.
If your unsure what I'm on about the pseudocode would look like this
aHighScore[0] <- READLINE(HighScores.txt, 0)
I want this line of pseudocode repeated for each element and each line of information in the external file (in vb.net). Please can anyone help, thanks.