Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ThreeData Types and Operators (continued)

ArrayClear Function

Overview

The ArrayClear function clears the content, key names and statistics of an array.

Syntax/Parameters

Syntax

int = ArrayClear ( variable name );

Parameters

name

A name of a variable, which must be an array.

Return Value

Returns an int as ERROR_NONE or a formatted error code.

Remarks

This function clears the data out of each element (0 for numeric and empty for strings) and sets the number of elements used to 0.

Related Functions

ArrayGetKeys — Gets an array of the key names for a specified axis.

Platform Support

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

Legato IDE, Legato Basic