NewLine
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light

NewLine

  • Dark
    Light

Article summary

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?