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