I have 3 1d arrays (# of elements can change but all 3 arrays always have
the same number of elements) and i want to sort on one of the arrays while
keeping the other two in sync (ie If array 1 element 3 is moved to element 1
then element 3 elements in arrays 2 and 3 must also be moved to their
respective element 1.

I thought I could do this by using the index and cluster array which then
gives the proper sort as viewed in an indicator, but i cant seem to then
extract the 3 arrays properly. Instead of getting 3 arrays with 'x' elements
I get 'x' arrays with 3 elements.

Any suggestions?



Reply via email to