7.18 CONTINUE

Note: Usage options

The CONTINUE command is a loop modifying command. It causes the next iteration of the loop structure it is within to be processed immediately.

CONTINUE/LEAVE commands work inside all loop commands.

Also See

7.18.1 CONTINUE Parameters

7.18.2 CONTINUE Comments / Warnings

7.18.3 CONTINUE Examples

7.6 BEGIN_LOOP

7.39 DOUNTIL

7.40 DOWHILE

7.86 LEAVE

7.107 SELECT

                                                         Required 

                                                                  

  CONTINUE -----------------------------------------------------> 

                                                                  

 -----------------------------------------------------------------

                                                         Optional 

                                                                  

             >-- IF ----------- 'condition' --------------------|