Hi there, I recently created a program and want to add a highscore table to it.
I have 'Name', 'Score', 'Date' saving to text file (using append) and can then display this list in a label, however I want to sort the list to display the top 10 scores in the label.
Any help appreciated