From WikiChip
Difference between revisions of "mirc/identifiers/$crlf"
(Created $crlf identifier - mIRC) |
|||
| Line 1: | Line 1: | ||
| − | The '''$crlf''' | + | The '''$crlf''' identifier concatenates both the [[carriage return]] and [[linefeed]] characters into a single character line-break. |
| − | < | + | == Synopsis == |
| + | <pre>$crlf</pre> | ||
| − | + | == Parameters == | |
| + | None | ||
| − | == See | + | == Example == |
| − | * [[ | + | Create a simple input box that uses '''$crlf''' to break to a new line: |
| + | <source lang="mIRC">//noop $input(And then the word "suddenly" $+ $crlf $+ suddenly appeared on a new line!)</source> | ||
| + | |||
| + | == Compatibility == | ||
| + | Added: mIRC v5.4 | ||
| + | |||
| + | Added On: 23/06/98 | ||
| + | |||
| + | == See Also == | ||
| + | * [[$cr identifier - mIRC|$cr]] | ||
| + | * [[$lf identifier - mIRC|$lf]] | ||
[[Category:mIRC identifiers]] | [[Category:mIRC identifiers]] | ||
Revision as of 11:07, 2 July 2014
The $crlf identifier concatenates both the carriage return and linefeed characters into a single character line-break.
Synopsis
$crlf
Parameters
None
Example
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
Added: mIRC v5.4
Added On: 23/06/98