Link to home
Start Free TrialLog in
Avatar of lazarus005
lazarus005

asked on

Sorting multi-dimensional arrays

I can sort an array using the arraysort function but I can only sort one dimension at a time. How can I sort two rows of my array in parallel such that only the first row is sorted by its content and the second is sorted according to the changes in the first row?
Avatar of dapperry
dapperry

Can you give an example of what you are trying to do, what the sample array would look like, and what the desired result would be?  Thanks.

:) dapperry
yeah... need an example/illustration of this.

CJ
ASKER CERTIFIED SOLUTION
Avatar of brownlar
brownlar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial