Quote:
Originally Posted by Chompy
so basicly
temp.array.sortsubascending(index)
temp.array.sortsubdescending(index)
temp.array.subarray(index).sortascending()
temp.array.subarray(index).sortdescending()
Wouldn't something like that work?
Edit: Nevermind, Wouldn't work as I don't think they return anything..?
|
If that did work, it would simply sort the data in the subarray. What I'm suggesting is a way to sort the array, from data within a subarray.