Hi All
I am trying to sort an array using myarray.sort() and it doesnt really work.
I get a kind of sort but things are not right.
For example
[9,2,22,17,43]
after a sort will become
[17,2,22,43,9]
Is this a bug or am not not applying the sort method correctly.
T.I.A.
I am trying to sort an array using myarray.sort() and it doesnt really work.
I get a kind of sort but things are not right.
For example
[9,2,22,17,43]
after a sort will become
[17,2,22,43,9]
Is this a bug or am not not applying the sort method correctly.
T.I.A.