<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Hash Table > Hash_Free |
Description
Free a previously allocated Hash Table container and return zero
Syntax
n = Hash_Free(pHash)
Returns
Zero
Parameters
Name |
Type |
Optional |
Meaning |
pHash |
Number |
No |
Handle of a Hash Table returned by Hash_New |
Remarks
After this function execution, Hash Table container handle (pHash) is not anymore a valid Hash Table container.
Restrictions
See also
Examples