[Gambas-user] Collection(gb.IgnoreCase)
Jussi Lahtinen
jussi.lahtinen at gmail.com
Thu May 4 00:36:37 CEST 2023
>
> MyCollection = New Collection(gb.IgnoreCase)
>
This defines the collection as case insensitive.
MyCollection = ["k1": "v1"]
>
This assigns the collection to be inline collection, which is by default
case sensitive.
So, instead of using inline collection, use the add method to populate it.
Jussi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230504/7a5052e2/attachment.htm>
More information about the User
mailing list