<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Hash Table > Hash_Validate |
Description
Determine if a pHash pointer is a valid Hash Table container
Syntax
n = Hash_Validate(pHash)
Returns
%TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
pHash |
Number |
No |
Handle of a Hash Table returned by Hash_New |
Remarks
Sometime it can be necessary to determine at run-time if a pointer is a valid Hash Table container or not.
Restrictions
See also
Examples