JAVA/CORBA 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

Item

Syntax

public void appendToTextList(String value)
   throws NotesException

public void appendToTextList(java.util.Vector values)
   throws NotesException

Parameters

String value


java.util.Vector values
Language cross-reference

AppendToTextList method in LotusScript NotesItem class

Example
See Also