[Gambas-devel] gb.IgnoreCase bug?

Benoît Minisini gambas at ...1...
Sun Oct 26 14:46:54 CET 2014


Le 26/10/2014 14:37, Ron a écrit :
> Public Sub Main()
>
>    Dim sMode As String = "Server"
>
>    Print InStr(sMode, "server", gb.IgnoreCase)
>    Print InStr(sMode, "Server", gb.IgnoreCase)
>
> End
>
> 0
> 1
>
> Gambas 3.6.0
>
> Regards,
> Ron.
>

Read the doc. :-)

-- 
Benoît Minisini




More information about the Devel mailing list