AppendToTextList (NotesItem - LotusScript)
For an item that's a text list, adds a new value to the item without erasing any existing values.
Defined in
Syntax
Call notesItem .AppendToTextList( newValue )
Parameters
newValue
String or array of strings. The string(s) you want to add to the item.
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.