Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the character that is used as the record delimiter of an output file that is represented by an AsciiIO object.
Syntax
public str outRecordDelimiter([str value])
Run On
Called
Parameters
- value
Type: str
The character to assign as the record delimiter.
Return Value
Type: str
The character that is used as the record delimiter.
Remarks
For standard text files, the delimiter is a newline character.