NodeRename
Mon 01 January 2018Syntax
NodeRename(oldNodeName, newNodeName)
Description
Use the NodeRename function to rename a node. All node names are uppercase.
Parameters
|
Field or Control |
Definition |
|---|---|
| oldNodeName |
Specify the name of the node that you want to change, as a string. |
| newNodeName |
Specify the new name for the node, as a string. |
Returns
A Boolean value: True, the function completed successfully deleted, False otherwise.