Quote:
Originally Posted by Twinny
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.