Navigation: thinBasic Modules > Dictionary > Dictionary_ListKeys |
|
Description
Returns a string buffer containing all the keys present in dictionary.
Syntax
s = Dictionary_ListKeys(pDictionary [, Separator [, Options] ])
Returns
String: keys listk
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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |