Hi Everyone,
can someone help me on this, i cant figure out how to 'correctly sort' an already 'sorted' listbox in VB6, with alphanumeric items
- listbox when the Sort property set to TRUE have these values
data0
data1
data10
data19
data2
data22
data3
data31
- i need to have a function that will SORT it correctly something like this
data0
data1
data2
data3
data10
data19
data22
data31
- total listcount maybe around 5000 lines, and "data" is not constant
data0
data10
data2
dq0
dq10
dq2
- i already tried searching the net for a solution but only available mostly on integers
- and because ALL listbox used in my project was sorted by setting the SORT property to TRUE, i need to have at least input of the function with listbox sort property to TRUE
thanks
ariesL