|
  
endnodes
Format: endnodes( root, all )
Arguments: (text) root Name of the root node in
the branch whose end nodes are to be returned
(bool) all Optional flag indicating if undefined nodes
should be included in the list; default = false
Returns: (text) List of all end nodes in the specified
branch
Description: Endnodes returns a list of text strings
containing the names of all end nodes in the branch beginning at root.
A node is an end node if it has no child nodes attached.
See Also: all, treelist, rootnode, selectednode, inputs, outputs
|