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

     CANCEL* | QUIT

 Description

     CANCEL and QUIT both terminate the current program, closing all open
     files, and returning control to the operating system.  You can use
     either command from anywhere in a CA-Clipper program system.  A RETURN
     executed at the highest level procedure, performs the same action.

 Notes

     .  Return code: When a CA-Clipper program terminates, the return
        code is set to 1 if the process ends with a fatal error.  If the
        process ends normally, the return code is set to 0 or the last
        ERRORLEVEL() set in the program.

 Files:  Library is CLIPPER.LIB.

See Also: ERRORLEVEL() QUIT RETURN

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