[<<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.
Note: This error is a deviation from previous releases of
CA-Clipper in which it was allowed.
Action: Reorganize your code so that the RETURN occurs in the
RECOVER code or outside the SEQUENCE and recompile.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson