APP_ListEquates

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Application functions >

APP_ListEquates

 

Description

 

Returns a string containing the list of thinBasic equates (constants) declared at the time function is invoked. It means only equates of the current loaded modules will be returned.

 

Syntax

 

s = APP_ListEquates [(ListSeparator)]

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

ListSeparator

String

Yes

Specify a separator that will be placed between every equate. If empty, $TAB will be used as list separator.

 

Remarks

 

Restrictions

 

See also

 

APP_ListKeywords

 

Examples

 

 

 

.