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

m (Bot: Fixing links)
m
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
+
{{mirc title|$cr Identifier}}The '''$cr''' identifier returns the [[carriage return]] character, which is the same as '''$chr(13)''', which carries the line into a break for a new line.
  
 
== Synopsis ==
 
== Synopsis ==
Line 12: Line 12:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v4.52
+
{{mIRC compatibility|4.52}}
 
 
Added On: 06/07/96
 
  
 
== See Also ==
 
== See Also ==
 
* {{mIRC|$crlf}}
 
* {{mIRC|$crlf}}
* [[$lf identifier - mIRC$lf]]
+
* {{mIRC|$lf}}
 +
* [[List of identifiers - mIRC]]
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|cr]]

Latest revision as of 14:49, 20 September 2017

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

Synopsis[edit]

$cr

Parameters[edit]

None

Example[edit]

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[edit]

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[edit]

[Expand]
v · d · e mIRC identifier list