When Sorting strings in a listbox is there an easy way to make sure that it doesnt put "10" and "100" next to each other? When ever I set sorted to true I get things like this:
"10"
"100"
"11"

I can roll my own sort if I must but I would rather find an easier way.

BTW my list also contains non-numerical values.

Thanks,
Cthulhu Dragon