Dictionary_Count

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Obsolete > Dictionary >

Dictionary_Count

 

Description

 

Returns number of keys stored in dictionary.

 

Syntax

 

nKeys = Dictionary_Count(pDictionary)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

pDictionary

Numeric

No

Pointer to a dictionary.

 

Remarks

 

Restrictions

 

See also

 

This functionality has been made obsolete by newer, better optimized hash table available directly in core instead.

 

Examples