Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>cancel/quit</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CANCEL/QUIT


Syntax:     CANCEL/QUIT

Purpose:    To terminate program processing, close all open files, and
            return control to the operating system.

Usage:      CANCEL or QUIT can be used from anywhere in a program system
            to terminate and return to the operating system.  A RETURN
            executed at the highest level procedure performs the same
            action.

            Return code: When a Clipper program terminates, the
            return code is set to either the current ERRORLEVEL()
            setting, the number of the last DOS error if one occurred,
            or zero.

Library:    CLIPPER.LIB

See Also: QUIT RETURN ERRORLEVEL() SWITCH.EXE

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