FORMULA LANGUAGE
Converts an IBM Code Page 850 code number into the corresponding single character string.
Syntax
@Char( codeNumber )
Parameters
codeNumber
correspondingChar
If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.
@Char(10) returns a carriage return.
@Char(9) returns a tab.
Note In the Notes client, the codeNumber parameters 0 and 9 do not work in column formulas.
@Char(13) returns a carriage return when used in an @Prompt formula.
To add multiple lines to a single column row:
1. In the View Properties box:
Tab function of LotusScript language
AddNewLine method of NotesRichTextItem class
addNewLine method of Java RichTextParagraphStyle class
Example See Also