General
The NewLine function returns a newline String (.e.g. carriage return and line-feed).
Syntax
The syntax of the NewLine function is:
NewLine Function Syntax
NewLine()
Examples
The following Expression returns a String that contains Hello in the first and World! in the second line:
NewLine Function Example
"Hello" & NewLine() & "World!"