Re: [Gambas-user] ComboBox.Find (gb.qt) syntax

2009-10-02 Thread BenoƮt Minisini
> ComboBox.Find (gb.qt) > Syntax > > FUNCTION Find ( Item AS String ) AS Integer > > Finds an element in the poup list box and returns its index, or -1 if the > element cannot be found. > > > This appears to be case sensitive which is a pity. > > I wonder if it would be possible to have a flag

[Gambas-user] ComboBox.Find (gb.qt) syntax

2009-10-02 Thread richard terry
ComboBox.Find (gb.qt) Syntax FUNCTION Find ( Item AS String ) AS Integer Finds an element in the poup list box and returns its index, or -1 if the element cannot be found. This appears to be case sensitive which is a pity. I wonder if it would be possible to have a flag in this routine to s