S
Sky
Hello All,
How come when I sort a group of numbers they don't sort
sequentially. For example, if I sort these numbers in
ascending order:
1,3,2,4,6,5,7,9,8,11,10,12
I would expect to get:
1,2,3,4,5,6,7,8,9,10,11,12
But I get this instead:
10,11,12,1,2,3,4,5,6,7,8,9
Is there a way to sort data like in the second example
above?
-Sky
How come when I sort a group of numbers they don't sort
sequentially. For example, if I sort these numbers in
ascending order:
1,3,2,4,6,5,7,9,8,11,10,12
I would expect to get:
1,2,3,4,5,6,7,8,9,10,11,12
But I get this instead:
10,11,12,1,2,3,4,5,6,7,8,9
Is there a way to sort data like in the second example
above?
-Sky