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.