CBA_fnc_sortNestedArray

Description

Used to sort a nested array from lowest to highest using quick sort based on the specified column, which must have numerical data.

Parameters

_array: arrayNested array to be sorted
_index: integersub array item index to be sorted on

Example

_array = [_array,1] call CBA_fnc_sortNestedArray

Returns

Passed in array

Author

Standard algorithm

Close