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.3 . Error Messages - <b>c2086 return violates enclosing sequence</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2086   RETURN violates enclosing SEQUENCE

     Explanation:  You specified a RETURN statement between a BEGIN
     SEQUENCE statement and the corresponding RECOVER statement (or END
     statement, if no RECOVER statement is used).

     The only valid ways to exit from a SEQUENCE are to BREAK or to execute
     across the end of the code in the SEQUENCE.

     Action:  Reorganize your code so that the RETURN occurs in the
     RECOVER code or outside the SEQUENCE, and recompile.

     Note:  This error is a deviation from previous releases of
     CA-Clipper in which it was allowed.



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