<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > Dictionary > cDictionary Class > cDictionary Methods > <cDictionary>.Count |
Description
Returns number of keys stored in dictionary.
Syntax
nKeys = <cDictionary>.Count()
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
This functionality has been made obsolete by newer, better optimized hash table available directly in core instead.
Examples