NewLine Property  
 

Determine how carriage returns and linefeeds are displayed.

Syntax

object.NewLine [= newline ]

Remarks

The NewLine property controls how carriage returns and linefeeds are processed by the emulator. The following values may be used:

Value Constant Description
0 nvtCRLF A carriage return positions the cursor to the first column, and a linefeed advances the cursor to the next row, scrolling the display if necessary. This is the default value.
1 nvtCR A carriage return positions the cursor to the first column and advances to the next row, scrolling the display if necessary.
2 nvtLF A linefeed positions the cursor to the first column and advances to the next row, scrolling the display if necessary.

Data Type

Integer (Int32)

See Also

AutoWrap Property, Columns Property, Write Method