Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsExpressionMath Function

Overview

The IsExpressionMath function tests if a string is a math operator.

Syntax/Parameters

Syntax

boolean = IsExpressionMath ( string value | char value );

Parameters

value

A string or a char to test. It can only contain the test sample (it cannot contain any surrounding text).

Return Value

Returns TRUE if value is a logic expression operator or FALSE if it is not.

Remarks

The IsExpressionMath function checks the following characters:

+ Add - Subtract
* Multiply / Divide
= Assign    

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic