LOTUSSCRIPT/COM/OLE CLASSES


CreateTextNode method
Example

Creates a text node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMTextNode = notesDOMDocumentNode.CreateTextNode( text )

Parameters

text


Return value

notesDOMTextNode


Example