<< Click to Display Table of Contents >> Navigation: ThinBASIC Language > BuiltIn Functions > DataStructures > Hash Table > Hash_Clone |
Description
Create a new Hash Table container cloning (copying) an existing Hash Table container and all its key/data pairs.
Syntax
pClonedHash = Hash_Clone(pHash)
Returns
Number: a new 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