<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > Dictionary > Dictionary_ListKeys |
Description
Returns a string buffer containing all the keys present in dictionary.
Syntax
s = Dictionary_ListKeys(pDictionary [, Separator [, Options] ])
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
pDictionary |
Numeric |
No |
Pointer to a dictionary. |
Separator |
String |
Yes |
Separator to be used in between keys |
Options |
Numeric |
Yes |
See Dictionary equates for possible values |
Remarks
Restrictions
See also
This functionality has been made obsolete by newer, better optimized hash table available directly in core instead.
Examples