The Break function allows the interruption of the code execution.
Syntax | ||||
Break([Expression]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Optional |
Expression |
Ausdruck |
ByVal |
Logical expression that triggers the interruption at <> 0 Default True |
Note
The interruption of the program execution can be conditional designed by specifying the expression. Program execution is interrupted if the condition returns a value of <> 0.