Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

FieldGetParameter Function

Overview

The FieldGetParameter function scans the current field object for a specific property name and returns the value.

Syntax/Parameters

Syntax

string = FieldGetParameter ( handle hField, string name | dword token );

Parameters

hField

A handle to a Field Object.

name

A string containing a parameter name to find. If the name cannot be translated to a known token, a ERROR_RANGE error will be returned. Or,

token

A dword containing a parameter name token value.

Return Value

A string containing the contents of the parameter or an empty string on error. Use the GetLastError function to retrieve a formatted error code. Since the parameter can be specified but empty, an empty string can be a valid value.

Remarks

If the name parameter cannot be translated, ERROR_RANGE will be placed in the last error buffer.

Related Functions

Platform Support

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

Legato IDE, Legato Basic