Loading

MAXDEPTH

platform stack
Configuration parameters

Execution of WarpScript code is performed on a stack which has a set of limits in order to prevent bad things to happen. Those limits have both a soft and a hard limit which can be configured on the backend. By default a limit is set to its soft limit value, but it can be modified from within the script up to the hard limit value.

The MAXDEPTH function modifies the maximum depth (number of levels) of the execution stack by setting it to the value on top of the stack.

Prior to calling this function, you must call AUTHENTICATE with a valid token.

MAXDEPTH is available since version 1.0.0.

See also

Signatures