native
SortADTArray
Syntax
native SortADTArray(Array:array, SortMethod:order, SortType:type);
Description
Sort an ADT Array. Specify the type as Integer, Float, or String.
Parameters
| array | Array Handle to sort |
|---|---|
| order | Sort order to use, same as other sorts. |
| type | Data type stored in the ADT Array |
Return
This function has no return value.