[Gambas-user] combo.find case sensitivity
richard terry
rterry at ...1946...
Wed May 19 08:25:01 CEST 2010
On Wednesday 19 May 2010 09:09:31 Benoît Minisini wrote:
> > Hi List,
> >
> > I wondered if there was a way to over come case sensitivity in the
> > combo.find property, the help dosn't indicate anything.
> >
> > cmbTitle.index =
> > cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title)
> >
> > eg if Title = "Dr" and my comb o entry = "Dr" then all is well, but if
> > title = "DR", then no match is found.
> >
> > Regards
> >
> > Richard.
>
> No, you have to do that by yourself (less than ten lines of code).
>
> Regards,
>
I take it that's a hint.
Maybe an optional flag for a future release?
Regards
Richard
More information about the User
mailing list