Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsANSISpace Function

Overview

The IsANSISpace function tests if a character is an ANSI white space character.

Syntax/Parameters

Syntax

boolean = IsANSISpace ( 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 matches a space or FALSE if it does not.

Remarks

The function checks the character for the ANSI space (0x20/32), tab (0x09/9) and fixed or non-breaking space (0xA0/160) values. Backspace (0x08/8) is also counted as a space.

Related Functions

Platform Support

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

Legato IDE, Legato Basic