Home / comp / gb / collection 
Collection (gb)
Implements an hash table whose keys are string and values are Variant.

NULL is used when nothing is associated with a given key. Consequently, associating NULL with a key is the same thing as removing it from the collection.

The size of the internal hash table grows dynamically as data is inserted.

Symbols
This class is creatable.
This class acts like a read / write array.
This class is enumerable with the FOR EACH keyword.

Properties  Methods 
Count  Key  Length    Add  Clear  Exist  Remove