<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Hash Table > Hash_Del |
Description
Remove key/data pair associated to sKey in an Hash Table container
Syntax
Hash_Del(pHash, sKey)
Returns
Nothing
Parameters
Name |
Type |
Optional |
Meaning |
pHash |
Number |
No |
Handle of a Hash Table returned by Hash_New |
sKey |
String |
No |
Unique key |
Remarks
Restrictions
sKey is case sensitive.
sKey cannot contains nulls
See also
Examples