$cr: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
Doomie (talk | contribs)
add see also
Line 2: Line 2:
  $cr
  $cr
This is the same as [[$chr|$chr(13)]].
This is the same as [[$chr|$chr(13)]].
== See Also ==
[[$lf]] returns the linefeed character.<br />
[[$crlf]] returns a carriagereturn/linefeed combination.


[[Category:Other Identifiers]]
[[Category:Other Identifiers]]

Revision as of 20:13, 11 September 2005

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.