FORMULA LANGUAGE
Converts any value to a text string.
Syntax
@Text( value ; formatstring )
Parameters
value
format-string
textValue
There are four separate categories of timedate, formatstring components. You can include up to four components, but only one from each category.
For number values, compose a formatstring by combining any of the following components into a string.
Once a number value is converted to text, you will not be able to use the number for arithmetic calculations.
Rich text conversion loses attachments and all formatting except tabs and spaces.
Rich text conversion does not work in column formulas unless the column allows non-summary data.
When rich text is converted in a document, the document must be saved before the conversion becomes visible.
You can use @Abstract to convert rich text fields to plain text in summary format as shown below:
CStr function of LotusScript language
GetFormattedText method in LotusScript NotesRichTextItem class
getFormattedText method in Java RichTextItem class
Example See Also