Friends,
I have a matrix of information stored in a two dimensional string array(1:9000,1:12) that is essentially 9000 records of 12 elements.
How do I use ARRAY SORT to sort the string array by the first element while keeping the 11 trailing elements associated with the first element? This would be similar to a TAGALONG array, but within the same matrix.
Thanks. Any help will be appreciated.
-Tom Houlihan
I have a matrix of information stored in a two dimensional string array(1:9000,1:12) that is essentially 9000 records of 12 elements.
How do I use ARRAY SORT to sort the string array by the first element while keeping the 11 trailing elements associated with the first element? This would be similar to a TAGALONG array, but within the same matrix.
Thanks. Any help will be appreciated.
-Tom Houlihan
Comment