[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson