Click to See Complete Forum and Search --> : Multi-Dimensional Array Sorting


Anon
04-16-2002, 06:24 AM
I need to sort a Multi-Dimensional array by columns, not rows.

Is there any way to do this or is there an easier alternative.

Any help would be appreciated.

Anon
06-29-2002, 04:51 AM
Its multi-dimensional, they are the same, just swap the x and y values and you should be fine.

In other words access the array the other way around so x refers to your rows and y refers to your columns.

THAUmaTURgic wrote:
-------------------------------
I need to sort a Multi-Dimensional array by columns, not rows.

Is there any way to do this or is there an easier alternative.

Any help would be appreciated.