CreateTextNode (NotesDOMDocumentNode - LotusScript®)
Creates a text node.
Defined in
Syntax
Set notesDOMTextNode = notesDOMDocumentNode .CreateTextNode( text )
Parameters
text
String. The data for the node.
Creates a text node.
Set notesDOMTextNode = notesDOMDocumentNode .CreateTextNode( text )
text
String. The data for the node.