Thread: sortsub()
View Single Post
  #4  
Old 06-27-2009, 11:45 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Chompy View Post
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.
Reply With Quote