Loop command
- Zuletzt aktualisiert2022/04/21
Loop command
Use this command to repeat a sequence of commands.
- Start Loop
- Starts the loop. Select from the following options:
- End Loop
-
Ends the loop. The actions that exist between the Start Loop and End Loop commands will repeat based on the type of loop you have selected.
Whenever you insert a Start Loop command, an End Loop command is also inserted. If the End Loop is mistakenly deleted, you can insert an new one.
- Exit Loop
-
Breaks out from a loop when a particular action or condition occurs. The Exit Loop command can exist only between the Start Loop and End Loop commands.
- Continue
-
Continues the next iteration of a loop when a particular action or condition occurs. When a Continue Loop command is reached, the commands up to End Loop are skipped and the next iteration of the loop is run.