-

Semantic Error: 'CONTINUE' is only allowed in the scope of an iteration statement.

In the textual language ST, the CONTINUE statement can only be used to abort the execution of an iteration statement (FOR, WHILE, REPEAT).

Example:

Double-clicking the error message opens the affected worksheet.

Further Info
For information on the correct ST syntax refer to the topic "ST code objects".