Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

HTMLTableGetTablePosition Function

Overview

The HTMLTableGetTablePosition function returns the start and end file position of a mapped table.

Syntax/Parameters

Syntax

int[] = HTMLTableGetTablePosition ( handle hTable );

Parameters

hTable

A handle to an HTML Table Map Object.

Return Value

Returns an int array containing the file positions or an empty array on failure. Use the GetLastError function to retrieve a formatted error code.

Remarks

The positions are returned as:

  Key Name   Description  
  s_x   Zero based X starting position of <TABLE> tag.  
  s_y   Zero based Y starting position of <TABLE> tag.  
  e_x   Zero based X ending position of </TABLE> tag or closing <BR> if a clear is required.  
  e_y   Zero based Y ending position of </TABLE> tag or closing <BR> if a clear is required.  

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic