Advertising banner:
End-of-line character constants  
Help Contents • Customization Tools • FCAS • Help Document
   
   
These end-of-line character constants can be used in any string:
& fcCr
& fcLF
& fcCRLF
For example, the internal function Str might have statements like this:
str1 = "Line One" & fcCR
str2 = "Line Two" & fcLF
str3 = "Line Three" & fcCRLF