[Gambas-user] Collection(gb.IgnoreCase)

Mayost Sharon sharon at 455.co.il
Wed May 3 21:08:47 CEST 2023


Hello

I'm trying to create a collection for a case-insensitive comparison
According to this example:

Public Sub Main()
  
  Dim MyCollection As Collection
  
  MyCollection = New Collection(gb.IgnoreCase) 
  
  MyCollection = ["k1": "v1"]
  Print MyCollection["K1"]
  
End

But it returns a value of NULL

Thanks


More information about the User mailing list