DictionaryRemove

Description:              Removes a key / value pair from a dictionary, providing a means to regain memory space and remove data that is no longer needed.

Returns:                    Nothing

Usage:                       Script

Format:                      DictionaryRemove( dictionary,  key );

Parameters:             Dictionary       { Dictionary }  { required }  { no default }
          The name of the dictionary.

                                    Key       { text }  { required }  { no default }
          The name of the key to be removed.

 

See Also:

Dictionary, MetaData, DictionaryCopyGetNextKey, GetKeyCount, HasMetaData, IsDictionary, ListKeys, RootValue