Module:Editor
Version:25.12 +
Description
The function 'NewLine' returns a new line character '\n'. If a linefeed is required, use the formula Linefeed.
Parameters
There are no parameters for this function.
Example
Description
Use the Concatenate formula (Type String) to enter a text piece in which newlines are used. For example, to write the text:
Dear Mr,
Hereby...
you should use the Concatenate-formula and place a NewLine formula between two fixed String values, holding the first and second text piece.
Values parameters ('Concatenate')
Text 1
Create a Fixed value and enter the first fixed string. ('Dear Mr,')
Text 2
Fill in the formula 'NewLine'
Text 3
Create a Fixed value and enter the second fixed value. ('Hereby')
Result
Dear Mr,
Hereby...