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
Examples