Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EightData Functions (continued)

CSVAppendField Function

Overview

The CSVAppendField function formats and attaches a data field to a CSV Object or the current output buffer.

Syntax/Parameters

Syntax

int = CSVAppendField ( handle hCSV, mixed data );

Parameters

hCSV

A handle to a CSV Object.

data

Data to be appended to the current output record. The data can be a string or numeric. It is automatically formatted as required.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure.

Remarks

The maximum size of the output buffer is 1,048,575 characters.

Related Functions

Platform Support

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

Legato IDE, Legato Basic