Quote:
Originally Posted by Programmer
The problem with the sorting is that it's sorted by the first letter of a string rather than the integer values of said numbers. I suppose you would have to get the elements from the list and parse them yourself, and then re-add them in that specific order, provided the list doesn't auto-sort.
|
Yeah, I know, I was hoping I could avoid it though, say if Stefan implemented an actual value sort for numbers or something.
