CommaIo.read Method [AX 2012]

Reads the next full record from the Io object.

public container read()

Run On

Called

Return Value

Type: container
The next full record from the Io object.

The definition of the next full record is controlled by the inFieldDelimiter, inRecordDelimiter, and inRecordLength properties. The record is returned as a container. Each entry in the container equals one field in the record.

Each specialized Io class has default settings for the inFieldDelimiter, inRecordDelimiter, and inRecordLength properties to enable input and output in the most common formats. However, you might have to adjust these settings to support the desired format.

Community Additions

ADD
Show: