AsciiIo.writeExp Method [AX 2012]

Writes the content of a container to a file.

public boolean writeExp(container data)

Run On

Called

Parameters

data
Type: container
The container that holds data for the record.

Return Value

Type: boolean
true if the operation succeeds; otherwise, false. If the operation fails, check the status to learn 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 in the outFieldDelimiter method. Records are separated by the delimiter that is specified in the outRecordDelimiter method.

Community Additions

ADD
Show: