$lf

From Scriptwiki
Revision as of 20:12, 11 September 2005 by Doomie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the linefeed character.

$lf

This is the same as $chr(10)

See Also

$cr returns a carriage return character. $crlf returns a carriagereturn/linefeed combination.