From WikiChip
Difference between revisions of "mirc/identifiers/$lf"
< mirc‎ | identifiers

(Created $lf identifier - mIRC)
 
Line 17: Line 17:
  
 
== See Also ==
 
== See Also ==
* [[$cr identifier - mIRC]]
+
* [[$cr identifier - mIRC|$cr]]
* [[$crlf identifier - mIRC]]
+
* [[$crlf identifier - mIRC|$crlf]]
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 12:07, 2 July 2014

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