BREAK()
Exits from a BEGIN SEQUENCE block
Syntax
BREAK( <xExp> )
Arguments
<xExp> is any valid expression. It is always required. If do not want to pass any argument, just use NIL.
Description
This function passes control to the RECOVER statement in a BEGIN SEQUENCE block.
Examples
Break( NIL )
Compliance
Clipper
Files
Library is vm
Seealso
BEGIN SEQUENCE
Pingback: Harbour All Functions – B | Viva Clipper !
Pingback: Harbour Error Handling Functions | Viva Clipper !
Pingback: Harbour hvm Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !