APP_Name

<< Click to Display Table of Contents >>

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

APP_Name

 

Description

 

Returns the name of thinBasic executable.

 

Syntax

 

s = APP_Name

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

none




 

Remarks

 

If script is executed as source code, APP_Name will return the name of thinBASIC executable: thinBasic.exe.

 

If script is executed from a Bundled Executable, APP_Name will return the name of the Bundled executable.

See Bundled executable for more info.

 

Restrictions

 

See also

 

App Object,

 

Examples