Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

QUITPROG()

Purpose

Gracefully exit a program.

Arguments

     None.

Setup

None.

Example

     IF VERIFY( "Exit now" )
        QUITPROG()
     ENDIF

Returns

Nothing.

Side Effects

Closes all data files, turns cursor on, deletes temporary files, and exits
the currently-executing program, returning control back to DOS.

Artful Calls

SCRAPFILES

Source File

AA_QUIT.PRG

Notes

To terminate your program, you should either call this function or SIGN_OFF()
(which, incidentally, calls this function for you).

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson