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
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
