Implements an hash table whose keys are string and values are VARIANTs. Note that you cannot insert the NULL value in it.
NULL
hCollection = NEW Collection ( [ Mode AS Integer ] )