Navigation: thinBasic Modules > Core > Application functions > APP_ListKeywords |
|
Description
Returns a string containing the list of thinBasic keywords declared at the time function is invoked. It means only equates of the current loaded modules will be returned.
Syntax
s = APP_ListKeywords [(ListSeparator)]
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
ListSeparator |
String |
Yes |
Specify a separator that will be placed between every keyword. If empty, $TAB will be used as list separator. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |