Loop List ========= Category -------- Loop Commands Description ----------- This command allows you to repeat actions several times (loop). The number of times depend on size of List. Use this command when you want to iterate over each item in a list, or a series of items. Parameters ---------- **Variable Name** Indicate the list variable to be looped. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Loop Commands\\Loop List\\Loop List.xml` See Also -------- - :doc:`End Loop ` - :doc:`Exit Loop ` - :doc:`Loop Continuously ` - :doc:`Loop Number Of Times ` - :doc:`Loop While ` - :doc:`Next Loop `