TextIo.writeExp Method [AX 2012]

Writes the contents of a container to a file represented by a TextIO object.

public boolean writeExp(container data)

Run On

Called

Parameters

data
Type: container
The container that has data to write to the file.

Return Value

Type: boolean
true if the write operation succeeds; otherwise, false.

If the write operation fails, the TextIo.status Method can be used to ascertain the cause. Entries in the container are separated by the delimiter set by the outFieldDelimiter method. Containers are separated by the delimiter set by the outRecordDelimiter method.

Community Additions

ADD
Show: