|
Posted by Balaskas Evaggelos on 11/15/56 11:56
Hi,
does anyone know how i can sort a multi-dimensional array
by a specific field ?
for example i want to sort arr[m][n] where n=2,
but i need the data of every array to follow that order.
example array:
arr[0][0]
arr[0][1]
arr[0][2]
arr[0][3]
arr[0][4]
arr[0][5]
arr[1][0]
arr[1][1]
arr[1][2]
arr[1][3]
arr[1][4]
arr[1][5]
Navigation:
[Reply to this message]
|