NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void ArraySort ( variant &  dest[],
const variant &  src[],
unsigned int  idx,
unsigned int  len 
)
inline

Sort the elements in a numeric array.

This function sorts all or a subset of the elements in the numeric src array in ascending order and saves the results in the numeric dest array.

Warning
This function requires the enhanced NBC/NXC firmware.
Parameters
destThe destination numeric array.
srcThe source numeric array.
idxThe index of the start of the array subset to process. Pass NA to start with the first element.
lenThe number of elements to include in the sorting process. Pass NA to include the rest of the elements in the src array (from idx to the end of the array).
Warning
You cannot use NXC expressions with this function
Examples:
ex_ArraySort.nxc.