16.05.2012, 20:07
@olaf137: Unfortunately that's not possible with this include. I might add this in the future.
Update!
Sort order can now be specified.
Strings can now be sorted! And I have to say I'm surprised how fast it is.
Update!
Sort order can now be specified.
Код:
SortDeepArray(my_array, index, .order = SORT_ASC); // default SortDeepArray(my_array, index, .order = SORT_DESC);
Код:
SortDeepArray(my_array, string:index); SortDeepArray(my_array, string:index, .ignorecase = false); // default SortDeepArray(my_array, string:index, .order = SORT_DESC, .ignorecase = true);

