FORMULA LANGUAGE
Inserts a new line (carriage return) into a text string.
Syntax
@NewLine
Return value
carriageReturn
On the Web, this function does not work in selection, form, or window title formulas.
In Lotus Notes, this function does not work in selection, hide-when, column, window title, form formulas, or inside of @Prompt.
If you need to insert a carriage return inside an @Prompt formula, see @Char.
Tip To add multiple lines to a single column row:
1. In the View Properties box:
AddNewLine method of LotusScript NotesRichTextItem class
addNewLine method of Java RichTextItem class
Example See Also