Thread: sortsub()
View Single Post
  #5  
Old 07-20-2009, 01:27 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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))
Reply With Quote