/sys$common/syshlp/helplib.hlb CC, Messages, BADCONTINUE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message This continue statement is not within a for, while, or do statement. Description A continue statement can only appear inside a for, while, or do statement. User Action Remove the continue statement, or replace it with a goto statement.
|