setMaxLoopIterations: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
m (Conversion script moved page setMaxLoopIterations to SetMaxLoopIterations without leaving a redirect: Converting page title to first-letter uppercase)
(No difference)

Revision as of 22:30, 9 February 2023

setMaxLoopIterations() Function

Introduced in version 1.4.0.2
Sets the max amount of loops (in [count():], [foreach():], [for():], [while():]) that are allowed. The current allowed min is 10,000. Note that this settings lasts only for the current session.

Usage

setMaxLoopIterations(numLoops)

Where

  • numLoops is the new maximum allowed iterations, this value cannot be lower than 10,000

Example

[r: setMaxLoopIterations()]

See Also