getMaxLoopIterations: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page getMaxLoopIterations to GetMaxLoopIterations without leaving a redirect: Converting page title to first-letter uppercase) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
getMaxLoopIterations() | getMaxLoopIterations() | ||
</ | </syntaxhighlight> | ||
|example= | |example= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[r: getMaxLoopIterations()] | [r: getMaxLoopIterations()] | ||
</ | </syntaxhighlight> | ||
|also= | |also= |
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()]