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

(small typo)
m (Reverted edits by 94.208.52.189 (talk) to last revision by PatrolBot)
Line 1: Line 1:
The '''$cr''' identifier returns the [[carriage return]] character, wich is the shame as '''$chr(13)''', which carries the line into a break for a new line.
+
The '''$cr''' identifier returns the [[carriage return]] character, which is the shame as '''$chr(13)''', which carries the line into a break for a new line.
  
 
== Synopsis ==
 
== Synopsis ==

Revision as of 16:53, 28 October 2014

The $cr identifier returns the carriage return character, which is the shame as $chr(13), which carries the line into a break for a new line.

Synopsis

$cr

Parameters

None

Example

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

//noop $input(The word "will" $+ $cr $+ will be on a newline)

Compatibility

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

[Expand]
v · d · e mIRC identifier list