Io.outFieldDelimiter Method

Gets or sets the sequence of characters that are written to a file that is used to separate the fields of a record.

Syntax

public str outFieldDelimiter([str value])

Run On

Called

Parameters

  • value
    Type: str

Return Value

Type: str
The sequence of characters that are written to a file that is used to separate the fields of a record.

See Also

Reference

Io Class