Used to sort a nested array from lowest to highest using quick sort based on the specified column, which must have numerical data.
_array: array | Nested array to be sorted |
_index: integer | sub array item index to be sorted on |
_array = [_array,1] call CBA_fnc_sortNestedArray
Passed in array
Standard algorithm