| Applying science to business management |
  
all
Format: all( namespec )
Arguments: [node] namespec Optional node
specification; default = "*"
Returns: [text] List of all nodes whose names match the
namespec specification
Description: All returns a list of text strings
containing the names of all nodes in the system whose names match
the namespec specification. Wildcard characters * (any
group of characters) and ? (any single character) can be used in namespec.
See Also: treelist,
rootnode, selectednode, endnodes, inputs, outputs
|