 |
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)
|  |