Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsValidSGMLCharacter Function

Overview

The IsValidSGMLCharacter function tests if a character is valid within an SGML element name or attribute.

Syntax/Parameters

Syntax

boolean = IsValidSGMLCharacter ( 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 valid SGML character or FALSE if it is not.

Remarks

Only alphabetic (A-Z, a-z) and numeric (0-9) characters are permitted. Control, white space, special, and extended ANSI or ISO Latin characters will all cause the IsValidSGMLCharacter function to return FALSE.

Related Functions

Platform Support

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

Legato IDE, Legato Basic