/ Published in: ActionScript 3
Quite trivial but can be needed sometimes. At least I know where to look when i'll forget it
Expand |
Embed | Plain Text
myArray.sort( Array.NUMERIC );
You need to login to post a comment.
gandreini on 02/10/11
sort array numerical numerically
2 people have marked this snippet as a favorite
Quite trivial but can be needed sometimes. At least I know where to look when i'll forget it
myArray.sort( Array.NUMERIC );
You need to login to post a comment.