AppendData (NotesDOMCharacterDataNode - LotusScript®)
Appends a string to the end of the character data of the node.
Defined in
Syntax
Call notesDOMCharacterDataNode .AppendData( appendText )
Parameters
appendText
String. The text to append.
Appends a string to the end of the character data of the node.
Call notesDOMCharacterDataNode .AppendData( appendText )
appendText
String. The text to append.