Thread: sortdescending
View Single Post
  #3  
Old 01-03-2007, 08:56 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by Twinny View Post
I doubt it would be able to sort an array with different data types.... It would be cool if you can add a param like sortdescending("int"); or similar
I guess it would be nice also if you could sort multidimentional arrays by one of their elements, which would put all of them in order.

sortdescending(0); maybe like you said could sort the array by all the [0] elements. That would be handy.
Reply With Quote