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
------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to