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 Only. |
Function Groups: | Dictionary |
Related to: | Dictionary | MetaData | DictionaryCopy | GetNextKey | GetKeyCount | HasMetaData | IsDictionary | ListKeys | RootValue |
Format: | DictionaryRemove ( dictionary, key ); |
Parameters: |
Dictionary |
Required. The name of the dictionary. |
Key |
Required. The name of the key to be removed. |