[Gambas-user] InStr and gb.Case

Jussi Lahtinen jussi.lahtinen at ...626...
Mon Apr 16 19:10:28 CEST 2012


OK, thanks!

And thanks to Emil also.
Odd that I run into this not until now!

Jussi



2012/4/16 Benoît Minisini <gambas at ...1...>

> Le 16/04/2012 18:30, Jussi Lahtinen a écrit :
> > http://gambasdoc.org/help/lang/instr?v3
> >
> > With this:
> > If InStr(sTmp, "test",, gb.Case) = 0 Then
> >
> > I get error " Unexpected ','. ", argument is optional so I don't expect
> > this.
> >
> >
> > With this:
> > If InStr(sTmp, "test", 0, gb.Case) = 0 Then
> >
> > I get error " Unknown symbol 'Case' in class 'gb'. ", it doesn't seem to
> > exist in Gambas 3, but how I then do case-insensitive comparison?
> >
> >
> > Jussi
>
> Documentation fixed in the wiki! :-)
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list