DIM hSettings AS Settings
DIM aVariant AS Variant

aVariant = hSettings [ Key AS String [ , Default AS Variant ] ]

Returns a setting from its key.

A default value can be specified when no setting is associated with the key.