Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsWordSpace Function

Overview

The IsWordSpace function tests if a character is a valid word space character.

Syntax/Parameters

Syntax

boolean = IsWordSpace ( char value );

Parameters

value

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

Return Value

Returns TRUE value is a word space character or FALSE if it is not.

Remarks

The following word space characters are tested:

  Decimal   Hexadecimal   Escape Code   Description
  32   0x20     Space
  8   0x08   \b   Backspace
  9   0x09   \t   Horizontal tab
  10   0x0A   \n   New line
  12   0x0C   \f   Form feed
  13   0x0D   \r   Carriage return

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic