|
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 |
Description |
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. |
nvtCR |
A carriage return positions the cursor to the first column
and advances to the next row, scrolling the display if
necessary. |
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
|
|