
07-20-2009, 01:27 AM
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
The easiest way to sort such arrays right now is to set an attribute of each array member (temp.array[i].sortvalue = temp.array[i][1]) and then use sortbyvalue (temp.array.sortbyvalue("sortvalue","int",true)) |
|
|