Programming with Reflection

image\rwnprg32.gif T27HostLineFeed property

 

Syntax

object.T27HostLineFeed
object.T27HostLineFeed = Value

Works with

image\r24.gif

Data type

Enumeration

 

Description

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

Values

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).

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property