__Quit()

Template

Procedure

Name

__Quit()

Category

API

Subcategory

Events

Oneliner

Terminates an application.

Syntax

      __Quit()

Arguments

None

Description

This function terminates the current application and returns to the system.

Examples

      PROCEDURE EndApp( lYesNo )
         IF lYesNo
            __Quit()
         ENDIF
         RETURN

Compliance

Clipper

3 responses to “__Quit()

  1. Pingback: Harbour Internal Functions | Viva Clipper !

  2. Pingback: Harbour hvm Functions | Viva Clipper !

  3. 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.