Hi, Is there at all a way to sort (numerically) a multidimensional array?
I have an array that is as follows
`dim points(23,1) as String`
The first dimension of the array has the players names in, the second dimension of it has their cumulative points, so I want to sort the array by points and maintaing the correlation of players name to points (if that makes sense)
thanks in advance!