[Gambas-user] Combobox1.sort=true sorts different then Astring.sort

gaupe hennie at ...1826...
Wed Jan 9 12:09:25 CET 2008


Why does the combobox.sort=true
sort different then a sort in a string array?
would be very confusing (if i didnt make a mistake :-/)

if i have 

dim Astring as new string[]

["-this-","Ape"]

then 

combobox1.list=Astring
combobox.sort=TRUE

first item in list will be "Ape"

gives a different result from

astring.sort
combobox1.list=astring
combobox.sort=FALSE

First item in list will be "-this-"


-- 
View this message in context: http://www.nabble.com/Combobox1.sort%3Dtrue-sorts-different-then-Astring.sort-tp14709719p14709719.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list