getRecursionDepth
getRecursionDepth() Function
• Introduced in version 1.4.0.2
Returns the current amount of recursive calls that are used.
Usage
<syntaxhighlight lang="mtmacro" line> getRecursionDepth() </source>
Example
<syntaxhighlight lang="mtmacro" line>
[r: getRecursionDepth()]
</source>