Re: [Gambas-user] Problem with Sort

2008-10-06 Thread Benoit Minisini
On lundi 06 octobre 2008, Rolf-Werner Eilert wrote: > Benoit Minisini schrieb: > > On jeudi 02 octobre 2008, Rolf-Werner Eilert wrote: > >> Just FYI, Benoit, and as kind of an answer to my previous mail: > >> > >> I wrote a little bubble sort (if stringA > stringB...) to sort the list > >> for myse

Re: [Gambas-user] Problem with Sort

2008-10-05 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: > On jeudi 02 octobre 2008, Rolf-Werner Eilert wrote: >> Just FYI, Benoit, and as kind of an answer to my previous mail: >> >> I wrote a little bubble sort (if stringA > stringB...) to sort the list >> for myself, and it sorts just the same (wrong) way the >> .Sort(gb.Langu

Re: [Gambas-user] Problem with Sort

2008-10-04 Thread Benoit Minisini
On jeudi 02 octobre 2008, Rolf-Werner Eilert wrote: > Just FYI, Benoit, and as kind of an answer to my previous mail: > > I wrote a little bubble sort (if stringA > stringB...) to sort the list > for myself, and it sorts just the same (wrong) way the > .Sort(gb.Language) does. > > Strange, as in Ga

[Gambas-user] Problem with Sort

2008-10-04 Thread Rolf-Werner Eilert
Just FYI, Benoit, and as kind of an answer to my previous mail: I wrote a little bubble sort (if stringA > stringB...) to sort the list for myself, and it sorts just the same (wrong) way the .Sort(gb.Language) does. Strange, as in Gambas1 .Sort(gb.Lang) was more intelligent :-) Any explanation