DIM hCollection AS Collection
DIM aVariant AS Variant

hCollection [ Key AS String ] = aVariant

Associates Value with _Key.

If Value is NULL , then the current value associated with Key is removed from the collection if it exists.