Programming with Reflection
T27HostReturn property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how a carriage return character (CR) 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 carriage return as a carriage return and linefeed:
Session.T27HostReturn = rcT27CRLF
The default value is rcT27CRLF.
rcT27CR A CR is interpreted as a carriage return (CR).
rcT27CRLF A CR is interpreted as a carriage return (CR) and linefeed (LF).