Hi all,
I am trying to sort an array with multiple columns (called OutputArray1), first by its first column values and then by its second column values and then by its 5th column values and store the new array as outputArray2 . I am aware of the function below, but I can't seem to extend it to...