Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6k

Application v 6.6a

  

 

Chapter EightData Functions (continued)

DataTableCreateObject Function

Overview

The DataTableCreateObject function creates a Data Table object and optionally loads data to the object.

Syntax/Parameters

Syntax

handle = DataTableCreateObject ( [string data] );

Parameters

data

A string specifying a qualified filename or source data..

Return Value

A handle to the object or NULL_HANDLE on failure. Use the GetLastError function to retrieve a formatted error code,

Remarks

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

Once loaded, data and be extracted or exported.

Related Functions

Platform Support

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

Legato IDE