Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

WordParseGetPosition Function

Overview

The WordParseGetPosition function returns the zero-based next parse character position.

Syntax/Parameters

Syntax

int = WordParseGetPosition ( handle hWordParse );

Parameters

hWordParse

A handle to a valid Word Parse Object.

Return Value

Returns an int containing the zero-based character position for the next get word operation. If the hWordParse parameter is invalid, the function will return ERROR_INVALID_HANDLE. Use the GetLastError function to retrieve error information.

Remarks

The WordParseGetPosition function will return a valid position for the next word operation for the WordParseGetWord function. Use the WordParseGetStartX function to get the position of the start of the last item parsed.

Related Functions

Platform Support

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

Legato IDE, Legato Basic