Control.forLoop
Last updated
Loops through the parameter over a range, from the start to the end of the range with an increment of 1 step after every loop.
start
The start of the range of values.
Number
-
-
Yes
end
The end of the range of values.
Number
-
-
Yes
extra
The stored value that is passed to all the callbacks.
Any
-
-
No
Returns the formatted information.
Object
success
Boolean value to denote whether the function was executed successfully.
Text
message
The message to print.
Text
data
Any additional message or data to print.
Text
The action performed if this function runs successfully.
Returns the current number of the current looped record.
Number
Coming Soon.
Coming Soon.
Coming Soon.
Coming Soon.
Last updated