Io.outRecordDelimiter Method

Gets or sets the sequence of characters that is written to the output files, which separate the records in the output files.

Syntax

public str outRecordDelimiter([str value])

Run On

Called

Parameters

  • value
    Type: str

Return Value

Type: str
The sequence of characters that is written to the output files.

Remarks

For standard text files, the delimiter is a newline character.

See Also

Reference

Io Class