Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

HTMLTableGetRowPositions Function

Overview

The HTMLTableGetRowPositions function returns a table containing the positions of each row tag within a table object.

Syntax/Parameters

Syntax

int[][] = HTMLTableGetRowPositions ( handle hTable );

Parameters

hTable

A handle to an HTML Table Map Object.

Return Value

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

Remarks

The table returned will have the following key names:

  Key Name   Description  
  Control    
    rx   Row index position.  
  Position      
    s_x  s_y  e_x  e_y   The zero-based start and end X/Y position of the <TR> tag.  

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic