Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsExpressionGroup Function

Overview

The IsExpressionGroup function tests if a character is one used to delineate a grouping within an expression.

Syntax/Parameters

Syntax

boolean = IsExpressionGroup ( char value );

Parameters

value

A char to test. The character can be any type that will resolve to an integer.

Return Value

Returns TRUE if value is an expression group character or FALSE if it is not.

Remarks

The IsExpressionGroup function checks the following characters:

( Left parenthesis ) Right parenthesis
[ Left bracket ] Right bracket
" Double quote ' Single quote

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic