getMaxLoopIterations
getMaxLoopIterations() Function
• Introduced in version 1.4.0.2
Returns the max amount of loops (in [count():], [foreach():], [for():], [while():]) that are allowed.
Usage
<source lang="mtmacro" line> getMaxLoopIterations() </syntaxhighlight>
Example
<source lang="mtmacro" line>
[r: getMaxLoopIterations()]
</syntaxhighlight>