[Gambas-devel] gb.IgnoreCase bug?

Ron ron at ...572...
Sun Oct 26 14:49:38 CET 2014


Mandatory to also specify a start if you use comparison ;-)
But that's not in the doc in these words...

2014-10-26 14:46 GMT+01:00 Benoît Minisini <gambas at ...1...>:
> 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
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-devel mailing list
> Gambas-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-devel




More information about the Devel mailing list