Break()

 

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

4 responses to “Break()

  1. Pingback: Harbour All Functions – B | Viva Clipper !

  2. Pingback: Harbour Error Handling Functions | Viva Clipper !

  3. Pingback: Harbour hvm Functions | Viva Clipper !

  4. Pingback: Harbour RG Summary | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.