Description
Delete a key/data pair from a dictionary.
Syntax
<cDictionary>.Delete(KeyName)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
KeyName |
String |
No |
Name of the key |
Remarks
Restrictions
See also
Examples