History
LAS13
Home
•
Help
•
Customization Tools
•
FCAS
•
LAS13
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