Programming with Reflection
T27HostLineFeed property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how a linefeed character (LF) received from the host is interpreted. You can also change this value using the Emulation tab in the Terminal Setup dialog box.
This statement sets the terminal display to interpret a received linefeed as a carriage return and linefeed:
Session.T27HostLineFeed = rcT27CRLF
The default value is rcT27LF.
rcT27LF An LF is interpreted as a linefeed (LF).
rcT27CRLF An LF is interpreted as a carriage return (CR) and linefeed (LF).