Numbers are sorted perfectly!
Dim a() As Integer = {1, 11, 2, 22, 5}
Array.Sort(a)
For Each i As Integer In a
Debug.Print(i)
Next
Unfortunately ... many people think that "11" is number. It's not. It's a ... string! Also some ppl think that "dim a as...