$crlf: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Returns a carriagereturn/linefeed combination.
Returns a carriagereturn/linefeed combination.
  $crlf
  $crlf
== See Also ==
* [[$cr]] returns a carriage return character.<br />
* [[$lf]] returns the linefeed character.


[[Category:Other Identifiers]]
[[Category:Other Identifiers]]

Latest revision as of 09:16, 2 July 2007

Returns a carriagereturn/linefeed combination.

$crlf

See Also

  • $cr returns a carriage return character.
  • $lf returns the linefeed character.