Difference between revisions of "$crlf"

From Scriptwiki
Jump to: navigation, search
 
m
 
(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 11:16, 2 July 2007

Returns a carriagereturn/linefeed combination.

$crlf

See Also

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