View Single Post
  #8  
Old 01-11-2007, 10:04 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Yes, figured this would be useful to people.

Using the built-in commands/functions is always a nice thing, but it does you no good if you don't understand the concepts behind them (i.e how to do them the manual way and so forth).

Quote:
Originally Posted by Stefan View Post
Nice code
sortascending()/sortdescending() currently only sort strings, so it's not helping in all cases. You can also use sortbyvalue() but it is more made for sorting objects

Which is why it's always nice to learn how to do things the manual way, just in case you're in a situation where you will need to script a function manually
Reply With Quote