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

(Created $lf identifier - mIRC)
 
m (Fix typo.)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
+
{{mirc title|$lf Identifier}}The '''$lf''' identifier returns the [[linefeed]] character, which is the same as '''$chr(10)''', which feeds the line into a break for a new line.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 12: Line 13:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v4.52
+
{{mIRC compatibility|4.52}}
 
 
Added On: 06/07/96
 
  
== See Also ==
+
== See also ==
* [[$cr identifier - mIRC]]
+
* {{mIRC|$cr}}
* [[$crlf identifier - mIRC]]
+
* {{mIRC|$crlf}}
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:mIRC identifiers|lf]]

Latest revision as of 02:13, 6 January 2018

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


Synopsis[edit]

$lf

Parameters[edit]

None

Example[edit]

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[edit]

Added: mIRC v4.52
Added on: 06 Jul 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list