$lf

From Scriptwiki
Revision as of 11:15, 2 July 2007 by Cail (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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.