REPEAT    (starts a repeat cycle or loop)


  • Designates the start of the Repeat/Until Loop, which repeats until a defined condition is met.  
  • Be default the repeat loop uses its own counter (kind of like a FOR NEXT loop) unless a math value is designated.



Return to Repeat/Until Loop