Sorting Arrays

This example shows sorting an array of objects by supplying a custom-defined sorting function to Array.sort(<evalFunction>)

Arrays are sorted according to the property you select of the myObject instance in array[x]
(... referenced by: iArr[x].<property> ...)

Make sure to View the Source for more explanation.
Sort By
Sort Descending