Collection

Implements an hash table whose keys are string and values are VARIANTs. Note that you cannot insert the NULL value in it.

hCollection = NEW Collection ( [ Mode AS Integer ] )

hVariant = hCollection [ Key AS String ] AS Variant

PropertiesMethods
Count 
Key 
Length 
 
Add 
Clear 
Exist 
Remove 
 


Referenced by :