Loop Processing Commands

  

DEVELOPER

Loop Processing Commands


Logic Command

Description

FOR TO/ENDFOR

Causes a statement or block of statements to be executed repeatedly until a condition is met.

LOOPEXIT   

Transfers control from block within a FOR or WHILE loop to the statement following the ENDFOR or ENDWHILE statement.

LOOPNEXT

Transfers control from block within a FOR or WHILE loop to ENDFOR or ENDWHILE statement.

 

 

Comment on this topic

Topic ID: 520215