Advertising banner:

History
 
 FCCR
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCCR
 
FCCR (FirstClass internal functions)
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)