Navigation:  Reference > Commands >

While Loop If

Print this Topic Previous pageReturn to chapter overviewNext page

 

This is a process control command, i.e., it will control whether to loop back to the beginning in a WHILE/ENDW loop.  This is one part of a complete command structure.

 

 

LOOP_IF lexprRequired - If the expression resolves to .TRUE. then the program will transfer control to the appropriate WHILE line.  This would be the equivalent of executing the ENDW command.

 

 

COMMENTS

For more information on the different structured programming commands, and the LOOP_IF command in particular, please see Structured Programming Commands.

 

 

SEE ALSO

WHILE, LOOP, EXIT, EXIT_IF, ENDW

 

 

 


Page url: http://www.cassoftware.com/tas/manual/whileloopif.htm