.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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
Usage

Note Text lists have an upper limit of 64K. If appending a new value to an existing text list would result in a text list greater than 64K, the new value will not be appended.

Language cross-reference

AppendToTextList method in LotusScript NotesItem class

Example
See Also