Share via


AsciiIo.writeExp Method

Writes the content of a container to a file.

Syntax

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.

Remarks

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.

See Also

Reference

AsciiIo Class