RemoveNode
Previous  Next

Removes a specific node from the current node.
Syntax: RemoveNode (node As Node)

Example:
node1.RemoveNode (node2.Value)