<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Hash Table > Hash_GetKeys |
Description
Returns a composed separated string with all the keys contained into a Hash Table container.
Syntax
s = Hash_GetKeys(pHash, sSep)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
pHash |
Number |
No |
Handle of a Hash Table returned by Hash_New |
sSep |
String |
No |
String separator to use to separate each key inside the returned buffer. If sSep is empty, $CRLF will be used |
Remarks
Restrictions
See also
Examples