Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21193

[RESOLVED] Sorting Arrays

$
0
0
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

Viewing all articles
Browse latest Browse all 21193

Trending Articles