FORMULA LANGUAGE
Creates a short abstract of a text or rich text field. Simpler and more efficient than using @Abstract.
Note This @function is new with Release 8.
Syntax
@AbstractSimple( bodyFields )
Parameters
bodyFields
Return value
abstractedText
If a field parameter is of an invalid type, or can't be found, the text returned is the string of the field parameter.
Note If the behavior of @Abstract is desired, where the result is a single, space-separated, string of abstracted results, apply @Implode to the result of @AbstractSimple
Abstract method in LotusScript NotesItem class
Example See Also