| Table of Contents / Control | Operators |
continue — Skip the current loop execution.
continue( : : : )
continue skips the smallest enclosing for, while or repeat..until loop execution. Program execution is continued at the condition line of the loop or at the next line after the continue statement in case no enclosing loop exists.
continue (as operators) always returns 2 (H_MSG_TRUE).
Foundation
| Table of Contents / Control | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |