Difference between revisions of "$lf"

From Scriptwiki
Jump to: navigation, search
m
 
Line 4: Line 4:
  
 
== See Also ==
 
== See Also ==
[[$cr]] returns a carriage return character.<br />
+
* [[$cr]] returns a carriage return character.<br />
[[$crlf]] returns a carriagereturn/linefeed combination.
+
* [[$crlf]] returns a carriagereturn/linefeed combination.
  
 
[[Category:Other Identifiers]]
 
[[Category:Other Identifiers]]

Latest revision as of 11:15, 2 July 2007

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.