Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6d

Application v 6.1b

  

 

Chapter FiveGeneral Functions (continued)

XMLParseGetSpaceSize Function

Overview

The XMLParseGetSpaceSize function returns the count of leading space characters associated with the last parse action.

Syntax/Parameters

Syntax

int = XMLParseGetSpaceSize ( handle hXPO );

Parameters

hXPO

handle specifying an XML Parse Object.

Return Value

Returns an int value as the number space characters preceding last parsed item or a formatted error code on failure. Use the GetLastError function to retrieve error information.

Remarks

Spaces count as word spaces (0x20), tabs (0x09), line feeds (0x0A) and returns (0x0D). 

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2025-08-15