Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






appendToTextList method

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

The string you want to add to the item.

java.util.Vector values

The string(s) you want to add to the item. Each vector element is an object of type String.

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

See examples

Examples: appendToTextList method
Related topics
Creating an item and assigning values in Java classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009