March 2000
Intermediate to advanced
576 pages
18h 13m
English
ExitCode Variable
var ExitCode: Integer;
ExitCode stores the exit code for an application.
An exit procedure or finalization section can use
ExitCode
to take appropriate actions. The exit
code is the argument to
Halt.
A batch or command file can use a program’s exit code in an
if statement. See the Windows help for
“batch commands” for details.
| Finalization Keyword, Halt Procedure, RunError Procedure |
Read now
Unlock full access