- Points
- 481
- Digest
- 0
- R.P.
- 30
- Joined
- 2011-6-27
- Last visit
- 2012-11-30
- Posts
- 91
 
|
In the Papaya sdk there is a functionality to sort an array of basic data types using the arrayName.sort() function. I have an array of objects and I need to sort based on one of the fields of the objects. I've tried arrayName.sort( fieldName ) or the arrayName.sortOn( fieldName ) function available in as3. Neither one works. I was wondering if there was any way, besides writing a custom function, that I could sort my array of objects.
|
|