Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EightData Functions (continued)

IsTableEmpty Function

Overview

The IsTableEmpty function tests a table for data.

Syntax/Parameters

Syntax

boolean = IsTableEmpty ( var[][] table );

Parameters

table

An array of string [or integer] data which must resolve to two dimensions.

Return Value

Returns a boolean value as TRUE if the table is empty or FALSE if it is not. The function also returns FALSE on error. Use the GetLastError function to retrieve error information.

Remarks

Unlike checking the axis depth, the IsTableEmpty function checks the content. The array must be a two-dimension table.

IsTableEmpty differs from HasTableData only in that the returned result is the logical opposite value.

Related Functions

Platform Support

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

Legato IDE, Legato Basic