StMsgAddNode Syntax StMsgAddNode(strXPath, name); strsXPath The position in the tree where the node is appended name The name of the node to append. Description StoryTeller tool function. Appends a node name to a Message. The position in the Message tree where the name node is placed is specified by strXPath. Returns N/A Example StMsgAddNode("/", "/New_node");
StMsgAddNode(strXPath, name);
strsXPath
name
StMsgAddNode("/", "/New_node");