Small company logo:
   History
 
Advertising banner:
 
 FCLF
Home • Help • Customization Tools • FCAS • Language Reference • FCLF
 
Purpose
Returns the line feed character, equivalent to Chr(10).
This is commonly used as the end of line (EOL) character on the UNIX platform.
Syntax
FCLF
Example
Dim S as String

S = "One" & fcCR & "Two" & fcLF & "Three" & fcCRLF & "Four"

Debug StrSplit(S,fcLF,2)