<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > Dictionary > cDictionary Class > cDictionary Methods > <cDictionary>.Exists |
Description
Checks if a key exists inside a dictionary.
Syntax
Bool = <cDictionary>.Exists(KeyName)
Returns
%TRUE / %FALSE
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