Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsSGMLEmptyElement Function

Overview

The IsSGMLEmptyElement function tests if a string contains a SGML tag constructed as an empty (or self-contained) element such as <br/> or <img ... />.

Syntax/Parameters

Syntax

boolean = IsSGMLEmptyElement ( string value );

Parameters

value

A string to test.

Return Value

Returns TRUE if the string contains .../> and FALSE if it does not.

Remarks

The IsSGMLEmptyElement function only checks for the basic ending / for an empty element. It does not check the validity of the tag itself.

Related Functions

Platform Support

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

Legato IDE, Legato Basic