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

(Created $crlf identifier - mIRC)
m
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
The '''$crlf''' identifier concatenates both the [[carriage return]] and [[linefeed]] characters into a single character line-break.
+
{{mirc title|$crlf Identifier}}The '''$crlf''' identifier concatenates both the [[carriage return]] and [[linefeed]] characters into a single character line-break.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 12: Line 13:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.4
+
{{mIRC compatibility|5.4}}
 
 
Added On: 23/06/98
 
  
 
== See Also ==
 
== See Also ==
* [[$cr identifier - mIRC|$cr]]
+
* {{mIRC|$cr}}
* [[$lf identifier - mIRC|$lf]]
+
* {{mIRC|$lf}}
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:mIRC identifiers|crlf]]

Latest revision as of 14:47, 20 September 2017

The $crlf identifier concatenates both the carriage return and linefeed characters into a single character line-break.


Synopsis[edit]

$crlf

Parameters[edit]

None

Example[edit]

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

//noop $input(And then the word "suddenly" $+ $crlf $+ suddenly appeared on a new line!)

Compatibility[edit]

Added: mIRC v5.4
Added on: 23 Jun 1998
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