CommaTextIo.inRecordDelimiter Method
Determines to the *Io classes what character or characters to search for to determine whether a full record has been read.
Syntax
public str inRecordDelimiter([str value])
Run On
Called
Parameters
- value
Type: str
Return Value
Type: str
The character or characters that indicate whether a full record has been read.
Remarks
For standard text, the delimiter is a newline character.