Name
Listtree.Rename -- rename list node
Synopsis
mui.DoMethod(id, "Rename", treenode$, newname$)
Function
Rename the name of specified node.

Treenode$ specifies the node which should be renamed. This can be the string identifier of a node or one of the following special values:

Active
The active tree node is used.

Inputs
id
id of the listtree object
treenode$
id of tree node to use or special value (see above)
newname$
new name for entry

Show TOC