Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6d

Application v 6.1b

  

 

Chapter FiveGeneral Functions (continued)

XMLParseGetStartX Function

Overview

The XMLParseGetStartX function returns the zero-based starting X position of the last item parsed. The meaning of the start position changed depending on the source.

Syntax/Parameters

Syntax

int = XMLParseGetStartX ( handle hXPO );

Parameters

hXPO

handle specifying an XML Parse Object.

Return Value

Returns an int value as the zero-based position of the start of the last parsed item or a formatted error code on failure. Use the GetLastError function to retrieve error information.

Remarks

If the source is a string, the X position is the absolute position within the data. Otherwise, the start position is the position of the beginning of the line the data was parsed from.

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2025-08-15