From WikiChip
mirc/identifiers/$crlf
< mirc‎ | identifiers
Revision as of 17:46, 22 December 2013 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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