Difference between revisions of "$cr"

From Scriptwiki
Jump to: navigation, search
(add see also)
m
 
Line 4: Line 4:
  
 
== See Also ==
 
== See Also ==
[[$lf]] returns the linefeed character.<br />
+
* [[$lf]] returns the linefeed character.<br />
[[$crlf]] returns a carriagereturn/linefeed combination.
+
* [[$crlf]] returns a carriagereturn/linefeed combination.
  
 
[[Category:Other Identifiers]]
 
[[Category:Other Identifiers]]

Latest revision as of 10:15, 2 July 2007

Returns the carriage return character.

$cr

This is the same as $chr(13).

See Also

  • $lf returns the linefeed character.
  • $crlf returns a carriagereturn/linefeed combination.