From WikiChip
mirc/identifiers/$lf
< mirc‎ | identifiers
Revision as of 12:07, 2 July 2014 by Zmodem (talk | contribs)

The $lf identifier returns the linefeed character, which is the shame as $chr(10), which feeds the line into a break for a new line.

Synopsis

$lf

Parameters

None

Example

Create a simple input box that uses $lf to break to a new line:

//noop $input(The word "appears" $+ $cr $+ appears suddenly on a newline)

Compatibility

Added: mIRC v4.52

Added On: 06/07/96

See Also