AddNewNode
Previous  Next

Creates a new node, adds it to the current node and returns a reference to it.
Syntax: AddNewNode (text As String) As Node

Example:
node2.Value = node1.AddNewNode("folder")