LOTUSSCRIPT/COM/OLE CLASSES


CreateCommentNode method
Example

Creates a comment node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMCommentNode = notesDOMDocumentNode.CreateCommentNode( comment )

Parameters

comment


Return value

notesDOMCommentNode


Example