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

(Created page with "The '''$crlf''' is an mIRC identifier that returns a carriage return and line feed concatenated together. I.E. the $crlf identifier is behaviorally the same as: <source l...")
 
Line 7: Line 7:
 
== See also ==
 
== See also ==
 
* [[list of identifiers - mIRC|List of identifiers]]
 
* [[list of identifiers - mIRC|List of identifiers]]
 +
 +
[[Category:mIRC identifiers]]

Revision as of 02:38, 15 February 2014

The $crlf is an mIRC identifier that returns a carriage return and line feed concatenated together. I.E. the $crlf identifier is behaviorally the same as:

$cr $+ $lf

This identifier is typically used where inserting a new line is required such as when writing multiple lines at once using the /write command or when writing data onto a socket.

See also