Share via


TextIo.writeExp Method

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

Syntax

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.

Remarks

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.

See Also

TextIo Class

TextIo.write Method