Thread: Sorting arrays
View Single Post
  #1  
Old 01-21-2007, 07:17 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Sorting arrays

HTML Code:
sortascending() - sorts the array in ascending order (smallest value first)

sortbyvalue(str, str, bool) - sorts the array by the specified variable name, you must also say what variable type it is (e.g. string) and if it should be sorted ascending

sortdescending() - sorts the array in descending order (highest value first)
Has anyone else managed to get these to work?
Reply With Quote