[<<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. Note
that CANCEL is a compatibility command. QUIT should be used in its
place.
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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson