Difference between revisions of "Ar CustomSort"

18 bytes added ,  18:46, 2 March 2015
no edit summary
imported>QQuix
(Added a note about array of arrays)
imported>QQuix
 
Line 15: Line 15:
*The returned array is always of type 'array'.
*The returned array is always of type 'array'.
*The original array may be of any type (array, map or stringmap). The original keys of map and stringmap arrays will be ignored.
*The original array may be of any type (array, map or stringmap). The original keys of map and stringmap arrays will be ignored.
* As of OBSE 21, this function does not support an array of arrays (returns an empty array)
* As of OBSE 21, this function returns an empty array if the first element of the original array is an array.


====Example====
====Example====
Anonymous user