How to sort a 2D unpacked array

In reply to dave_59:

Hi Dave,

Does item[0] here represent all the first column elements? could you please breakdown how the sort with item[0] works here? if I do item[1] will it consider 2nd column elements?

Thanks.