Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Iteration ====== Iteration commands provide a structured method to repeat execution of certain portions of a procedure. ^Command^Description^ |[[for|For...Next statement]]|Loops a fixed number of times while the counter is less than or equal to a specified value. Can be used with Until/While.| |[[loop|Loop...Repeat statement]]|Repeats statements between the Loop and Repeat until some condition forces an exit. Loop...Repeat is frequently used with Until/While.| guides/programming/programmers_reference_manual/iteration.txt Last modified: 2024/06/19 20:20by 127.0.0.1