Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsWordDelimiter Function

Overview

The IsWordDelimiter function tests if a character is a word delimiter.

Syntax/Parameters

Syntax

boolean = IsWordDelimiter ( 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 a word delimiter (see the Remarks section for tested characters) or FALSE if it is not.

Remarks

The following characters are tested as word delimiters:

(space) White space ( Left parenthesis
. Period ) Right parenthesis
, Comma [ Left bracket
: Colon ] Right bracket
; Semicolon { Left brace
! Exclamation point } Right brace
? Question mark " Double quote
' Single quote    

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic