Comma7Io.writeExp Method [AX 2012]

Writes the content of a container to the file.

public boolean writeExp(container data)

Run On

Called

Parameters

data
Type: container
The container with data for the record.

Return Value

Type: boolean
true if the operation succeeds; otherwise, false. If it fails, check the status for the cause.

The entries in the container are treated as fields. The container is treated as a full record.

Fields are separated by the delimiter that is specified by using the outFieldDelimiter method. Records are separated by the delimiter that is specified by using the outRecordDelimiter method.

Community Additions

ADD
Show: