$lf: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
(No difference)

Revision as of 20:12, 11 September 2005

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.