Error Message: $Y0135

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Summary

An Exit statement must be within a loop statement.

Description

The Compiler has encountered an incorrect use of the exit statement. Exit is used to terminate execution of a loop and must be used within a loop.

Recommendation

Check to make sure that the exit statement is being used within a loop.

Also check to make sure you have not inadvertently terminated the loop prior to the exit statement with a misplaced end statement.