<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > Dictionary > cDictionary Class > cDictionary Methods > <cDictionary>.Delete |
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
This functionality has been made obsolete by newer, better optimized hash table available directly in core instead.
Examples