Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6d

Application v 6.1b

  

 

Chapter FiveGeneral Functions (continued)

XMLParseGetEndX Function

Overview

The XMLParseGetEndX function returns the ending X position of the last item parsed. The meaning of the ending position changed depending on the source.

Syntax/Parameters

Syntax

int = XMLParseGetEndX ( handle hXPO );

Parameters

hXPO

handle specifying an XML Parse Object.

Return Value

Returns an int value as the zero-based position of the end 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 end position is the end of the last line data was parse from.

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2025-08-15