Hash_Count

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Data Structures > Hash Table >

Hash_Count

 

Description

 

Count the number of key/data pairs present into the Hash Table container

 

Syntax

 

n = Hash_Count(pHash)

 

Returns

 

Number of key/data pairs present into the Hash Table container

 

Parameters

 

Name

Type

Optional

Meaning

pHash

Number

No

Handle of a Hash Table returned by Hash_New

 

Remarks

 

Restrictions

 

See also

 

Examples