For Loop
Executes a loop from first index to last index (inclusive).
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Loop Body
OUTPUTExecuted for each iteration of the loop.
Loops
Complete
OUTPUTExecuted once after the loop finishes.
Data Inputs
First Index
INPUTThe starting index of the loop (inclusive).
Last Index
INPUTThe ending index of the loop (inclusive).
Data Outputs
Index
OUTPUTinteger
The current index value during the loop.
Settings
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing