[Gambas-bugtracker] Bug #2429: In Collection allow objects with property key to be the key in the collections

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Wed Dec 29 00:03:50 CET 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2429&from=L21haW4-

Comment #1 by Benoît MINISINI:

Collection can only handle string keys. The interpreter won't implement something else.

If you want to index with another datatype, you must create a bijection between that datatype and strings. Or create your own data structure with your own algorithm.

Benoît MINISINI changed the state of the bug to: Rejected.




More information about the Bugtracker mailing list