Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6k

Application v 6.6a

  

 

Chapter EightData Functions (continued)

DataTableToTable Function

Overview

The DataTableToTable function returns a two dimensional string table based on a provided Data Table object or source data.

Syntax/Parameters

Syntax

string [][] = DataTableToTable ( handle hTable );

string [][] = DataTableToTable ( string data );

Parameters

hTable

A handle to a Data Table, Mapped Text, [or] Pool[, Edit or SGML] object. Or,

data

A string specifying a qualified filename or source data..

Return Value

A string table containing the entire contents of the data table. use the GetLastError,

Remarks

The data parameter is tested for line endings [or HTML <table> tag] to determine whether the parameter is a qualified filename or data.

Related Functions

Platform Support

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

Legato IDE, Legato Basic