appendToTextList (NotesItem - JavaScriptâ„¢)
For an item that's a text list, adds a new value to the item without erasing any existing values.
Defined in
NotesItemSyntax
appendToTextList(value:string) : voidappendToTextList(values:java.util.Vector) : void
| Parameter | Description |
|---|---|
| value | The string you want to add to the item. |
| values | The string(s) you want to add to the item. Each vector element is an object of type string. |
Usage
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 classappendToTextList method in Java Item class