Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

WordParseGetResult Function

Overview

The WordParseGetResult function returns flags associated with retrieving the last word of a Word Parse Object with the WordParseGetWord function.

Syntax/Parameters

Syntax

dword = WordParseGetResult ( handle hWordParse );

Parameters

hWordParse

A handle to a valid Word Parse Object.

Return Value

Returns a dword containing the bitwise flags associated with the last retrieved word. The possible values are as follows: 

General:    
  WP_EOB 0x00010000 End of buffer
  WP_LEADER_BREAK 0x00020000 Stopped for leader or ellipse
  WP_STOP_POSITION 0x00080000 Stop position hit (passed)
  WP_OVERFLOW 0x02000000 Buffer overflow
Tag Mode:    
  WP_TAG_BREAK 0x01000000 Word broke on tag syntax
Program Mode:    
  WP_PROGRAM_SPACE 0x01000000 Broke on program white space
  WP_PROGRAM_BREAK 0x02000000 Broke on program syntax
  WP_PROGRAM_BREAK_SET 0x04000000 Item is program syntax
  WP_PROGRAM_SYNTAX_ERROR 0x08000000 Program syntax error
  WP_PROGRAM_STRING 0x10000000 Return expression group
  WP_PROGRAM_PARAMETER 0x20000000 Function group ()
  WP_PROGRAM_ARRAY 0x40000000 Array group []
  WP_PROGRAM_FAIL_CLOSE 0x80000000 Failed to close expression

If the buffer has not been specified using the WordParseCreate or WordParseSetData functions, the WordParseGetResult function will return 0. If the hWordParse parameter is invalid, the function will return ERROR_INVALID_HANDLE. Use the GetLastError function to retrieve error information.

Remarks

The WordParseGetResult function will only return flags for the last word as retrieved by the WordParseGetWord function. It is not possible to retrieve the flags associated with any other word in the buffer without first adjusting the position of the WordParseGetWord function with the WordParseSetPosition function.

Related Functions

Platform Support

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

Legato IDE, Legato Basic