Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

FieldLoadString Function

Overview

The FieldLoadString function creates a Field Object and loads a string (presumable HTML) containing zero or more fields.

Syntax/Parameters

Syntax

handle = FieldLoadString ( string data );

Parameters

data

A string contain the information to parse with the Field Object.

Return Value

A handle to a Field Object or NULL_HANDLE on failure. Use the GetLastError function to retrieve a reformatted error code. Use the CloseHandle function to close the object.

Remarks

The FieldLoadString function allows a string to get set into a new Field Object and operations to be performed.

Functions such as FieldNextField can be used to examine the content of the string.

FieldLoadString removes the necessity of loading a string into an SGML or Mapped Text Object and then using FieldCreateObject.

Related Functions

Platform Support

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

Legato IDE, Legato Basic