Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TwoLanguage Overview (continued)

IsConsoleApplication Function

Overview

The IsConsoleApplication function tests if a script is running as a console application.

Syntax/Parameters

Syntax

boolean = IsConsoleApplication ( );

Parameters

(none)

 

Return Value

Returns TRUE if the script is running as a console application or FALSE if it is not.

Remarks

This function can be used to determine if a script was run from a command line as a console application (e.g., Legato.exe). Scripts run from the command line for a windows application are not considered console applications.

Functionality of the script language and available functions is reduced in console application mode.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic