|
TipName
|
Built-in function
|
|
Returns a string containing the name of a tip of the tree.
|
Syntax
|
res = TipName(tree_ident, tip_index);
|
Notes
|
Valid index range is 0 to TipCount (tree_ident)-1. The name of the tip is of the form 'Tip1' rather than 'Tree.Tip1'.
|
Examples
|
Tree tr = ((a,b),c,d); tName = TipName (tr, 2);Result: "c".
|
|
Last modified: 5/11/2000 |
|
|