G
Guest
I have a string array full of values like this:
05 00 0A 5E 4C 40 40
03 00 C0 9F 27 60 57
08 00 C0 9F 36 71 35
01 00 0A 5E 4E 40 13
I want to sort them in an ascending fashion based on the two left-most
numbers, such as 05, 03, 08 and 01. What is the best way I should try to do
this?
05 00 0A 5E 4C 40 40
03 00 C0 9F 27 60 57
08 00 C0 9F 36 71 35
01 00 0A 5E 4E 40 13
I want to sort them in an ascending fashion based on the two left-most
numbers, such as 05, 03, 08 and 01. What is the best way I should try to do
this?