Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Error Messages - <b>c2013 exit statement violates enclosing sequence</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2013   EXIT statement violates enclosing SEQUENCE

     Explanation:  You specified an EXIT statement between BEGIN SEQUENCE
     and RECOVER statements without an enclosing  DO WHILE or FOR loop.  This
     could happen for several reasons:

     1. You specified an EXIT statement with no enclosing DO WHILE or FOR
        control structure within a SEQUENCE.

     2. You are attempting to EXIT from a DO WHILE or FOR control structure
        enclosing the current SEQUENCE from within the SEQUENCE.

     Action:

     1. Check to determine if you omitted the DO WHILE or FOR control
        structure statements.  If so, add the control structure statements.

     2. Check to determine if you intended to EXIT from a control structure
        enclosing the current SEQUENCE.  If so, you must BREAK to the RECOVER
        or the END statements and then EXIT.

     3. Remove the offending EXIT statement.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson