NewLine
- 04 May 2024
- 1 Minute to read
- DarkLight
NewLine
- Updated on 04 May 2024
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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!"
Was this article helpful?