$cr

From Scriptwiki
Revision as of 09:15, 2 July 2007 by Cail (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.