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

m
m (Fix typo.)
 
Line 1: Line 1:
{{mirc title|$lf Identifier}}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.
  
  

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