Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6k

Application v 6.6a

  

 

Chapter EightData Functions (continued)

DataTableGetCell Function

Overview

The DataTableGetCell function returns the data from a specified cell within a Data Table object.

Syntax/Parameters

Syntax

string = DataTableGetCell ( handle hTable, int rx, int cx );

Parameters

hTable

A hande to a Data Table object.

rx

A zero-base int specifying the row of the cell.

cx

A zero-base int specifying the row of the row.

Return Value

A string with a copy of the cell’s content, empty string on failure. The string can be empty not represent the contain of an empty cell. Use the IsError, IsNotError or GetLastError function to test for an error. On success the last error

Remarks

The buffer size is limited to 1mb.

Related Functions

Platform Support

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

Legato IDE