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, DictionaryCopy, GetNextKey, GetKeyCount, HasMetaData, IsDictionary, ListKeys, RootValue