Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

GetParameterEqualValue Function

Overview

The GetParameterEqualValue function returns the value portion of a “property=value” pair.

Syntax/Parameters

Syntax

string = GetParameterValue ( string data );

Parameters

data

A string beginning with a property value pair.

Return Value

Returns a string containing the value of the first property name: value pair or an empty string on failure. Use the GetLastError function to retrieve error information.

Remarks

The function locates the ‘=’ character and returns the string following the delimiter. If the string is quoted, the quotes are removed.

If the buffer (size 4096 bytes) is exceeded, the GetLastError function will return ERROR_OVERFLOW.

Related Functions

Platform Support

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

Legato IDE, Legato Basic