<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > Dictionary > cDictionary Class > cDictionary Methods > <cDictionary>.Find |
Description
Find a key inside a dictionary and return associated Data.
Syntax
sData = <cDictionary>.Find(KeyName)
Returns
String
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