$cr

From Scriptwiki
Revision as of 20:13, 11 September 2005 by Doomie (talk | contribs) (add see also)
Jump to navigation Jump to search

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.