CreateCommentNode (NotesDOMDocumentNode - LotusScript®)
Creates a comment node.
Defined in
Syntax
Set notesDOMCommentNode = notesDOMDocumentNode .CreateCommentNode( comment )
Parameters
comment
String. The data for the node.
Return value
notesDOMCommentNode
The new NotesDOMCommentNode object.