NewLevel() function
The NewLevel( ) function creates a new node level. This function simply returns a new node value under the argument node. This function is independent of table values. The function does not check for duplication.
Returns: node
Syntax
NewLevel(node)
- node
- The node under which a new node is created
Example
EXECUTE FUNCTION NewLevel ('1.2.3');
(expression) 1.2.3.1