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

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

Debug StrSplit(S,fcCR,2)