Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6k

Application v 6.6a

  

 

Chapter EightData Functions (continued)

DataTableGetColumnCount Function

Overview

The DataTableGetColumnCount function returns the number of columns within a Data Table object.

Syntax/Parameters

Syntax

int = DataTableGetColumnCount ( handle hTable );

Parameters

hTable

A hande to a Data Table object.

Return Value

An int as the number of rows or a formatted error code on failure.

Remarks

The return value should be check for an error with the IsError function since it can be a formatted error code.

Related Functions

Platform Support

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

Legato IDE