Field LF
- Namespace
- Microlithix.Text.Ansi
- Assembly
- AnsiParser.dll
Line feed
public const char LF = '\n'
Returns
- char
- Line feed
Remarks
If the DEVICE COMPONENT SELECT MODE
(DCSM)
is set to PRESENTATION
, LF
causes the active presentation position
to be moved to the corresponding character position of the following line in
the presentation component.
If the DEVICE COMPONENT SELECT MODE
(DCSM)
is set to DATA
, LF
causes the active data position to be moved to
the corresponding character position of the following line in the data component.