getMaxLoopIterations: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "source>" to "syntaxhighlight>") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
getMaxLoopIterations() | getMaxLoopIterations() | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|example= | |example= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[r: getMaxLoopIterations()] | [r: getMaxLoopIterations()] | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 23:59, 14 March 2023
getMaxLoopIterations() Function
• Introduced in version 1.4.0.2
Returns the max amount of loops (in [count():], [foreach():], [for():], [while():]) that are allowed.
Usage
getMaxLoopIterations()
Example
[r: getMaxLoopIterations()]