Count
Previous  Next

Returns the number of nodes the current node contains.
Syntax: Count

Example:
for i = 0 to node2.Count-1
      node1.Value = node2.GetNode(i)
      node1.Checked = true
next