Hello,
Im looking to sort one array, and use the index from that array to allocate another array...
ive declared;
dim player(0 to 2) as string
dim score(0 to 2) as integer
I have sorted the score array using a bubble sort. I now want to take the index numbers from the score array and use them in the player array so that I can display a league table at the end of my game.
Any help would be amazing,
Thanks
Im looking to sort one array, and use the index from that array to allocate another array...
ive declared;
dim player(0 to 2) as string
dim score(0 to 2) as integer
I have sorted the score array using a bubble sort. I now want to take the index numbers from the score array and use them in the player array so that I can display a league table at the end of my game.
Any help would be amazing,
Thanks