APP_ListClasses

<< Click to Display Table of Contents >>

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

APP_ListClasses

 

Description

 

Returns a string containing the list of thinBasic module classes declared at the time function is invoked.

That means only the module classes of the current loaded modules will be returned.

 

Syntax

 

s = APP_ListClasses [(ListSeparator)]

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

ListSeparator

String

Yes

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

 

Remarks

 

Restrictions

 

See also

 

APP_ListEquates  

 

Examples