LOTUSSCRIPT/COM/OLE CLASSES

AppendToTextList method
Example

For an item that's a text list, adds a new value to the item without erasing any existing values.

Defined in

NotesItem

Syntax

Call notesItem.AppendToTextList( newValue )

Parameters

newValue


Language cross-reference

appendToTextList method in Java Item class

Example
See Also