Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsSentenceDelimiter Function

Overview

The IsSentenceDelimiter function tests if a character is punctuation appropriate to delimit one sentence from another.

Syntax/Parameters

Syntax

boolean = IsSentenceDelimiter ( 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 sentence delimiter or FALSE if it is not.

Remarks

The following sentence delimiters are tested:

  . Period
  : Colon
  ; Semicolon
  ? Question Mark
  ! Exclamation Point
  Ellipsis

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic