getRecursionDepth: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page GetRecursionDepth to getRecursionDepth: Converting page titles to lowercase) |
m (Text replacement - "source>" to "syntaxhighlight>") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
getRecursionDepth() | getRecursionDepth() | ||
</ | </syntaxhighlight> | ||
|example= | |example= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[r: getRecursionDepth()] | [r: getRecursionDepth()] | ||
</ | </syntaxhighlight> | ||
|also= | |also= |
Latest revision as of 23:59, 14 March 2023
getRecursionDepth() Function
• Introduced in version 1.4.0.2
Returns the current amount of recursive calls that are used.
Usage
getRecursionDepth()
Example
[r: getRecursionDepth()]