Loop Number Of Times ==================== Category -------- Loop Commands Description ----------- This command allows you to repeat actions several times (loop). Any 'Begin Loop' command must have a following 'End Loop' command. Use this command when you want to perform a series of commands a specified amount of times. Parameters ---------- **Loop Times** Enter how many times to perform the loop **Loop Start Index** Enter the starting index of the loop. Optional - Define Start Index (Default: 0) Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Loop Commands\\Loop Number Of Times\\Loop Number Of Times.xml` See Also -------- - :doc:`End Loop ` - :doc:`Exit Loop ` - :doc:`Loop Continuously ` - :doc:`Loop List ` - :doc:`Loop While ` - :doc:`Next Loop `