Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsFinancial Function

Overview

The IsFinancial function tests a character for being valid for a financial value.

Syntax/Parameters

Syntax

boolean = IsFinancial ( char value );

Parameters

value

A char (integer) to test. If the value is greater than 0xFF the function automatically returns FALSE.

Return Value

Returns TRUE if the string matches various conditions for false (see the Remarks section) or FALSE if it does not.

Remarks

This function allows for currency items, digits and ‘.’/’,’ delimiters. It does not allow for negative value such as a dash ‘-’ or parenthesis such as ‘(12)’.

Related Functions

Platform Support

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

Legato IDE, Legato Basic