-
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
-
I have heard that you can pad the "10" with a space in front " 10" so that it will sort correctly .
-
just an idea
You could put all your items in an array of fixed strings, and right align all items, using format function
-
I have made a DLL that sorts strings very fast.
--------
If You.Want("My Dll") Then
SendEmail("[email protected]")
Else
You.SuitYourself("!")
End If
--------
hehehe