DIM hCollection AS Collection
DIM aVariant AS Variant

aVariant = hCollection [ Key AS String ]

Returns the value associated with Key.

If nothing is associated, then NULL is returned.