Obtains the name of the parent routine.
1 system.function.getParent
<system.function.getParent />
Returns | |
---|---|
Type | Description |
string |
Example
Obtain the line number in the script.
Copy
<xsql-script name='system_getDebug_sample1'> <body> <println>Called by: <system.function.getParent /></println> </body> </xsql-script>