Sorting a two dimensional Array

renegade

Member
Joined
Feb 14, 2003
Messages
12
How do I sort a two dimensional array in asending order by the first column and have the row elements stay with the sorted column. So it sorts by rows and keeps that row the same or sorts the row by the first dimension. I cant find any help on the subject. Help!
I was able to sort the first column, but the rest of the columns didnt follow so the data isnt sorted correctly.
 
Back
Top