CreateTextNode (NotesDOMDocumentNode - LotusScript®)

Creates a text node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMTextNode = notesDOMDocumentNode .CreateTextNode( text )

Parameters

text

String. The data for the node.

Return value

notesDOMTextNode

The new NotesDOMTextNode object.

Example