APP_ListKeywords

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > 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

 

APP_ListEquates  

 

Examples