Adding repeat loops
Repeat loop enables you to repeat the execution of functions or a function sequence, a specified number of times.
How to add repeat loops
In this example script, multiple identical SMS messages will be sent by the handset. To achieve that, the Send SMS function will be enclosed in a repeat loop
- Select the function you want to enclose in a loop and click Loop

- The Send SMS function is nested in a loop. Set the loop type parameter to repeat

- Type the number of loop iterations and hit Enter. The number of loop iteration is displayed
