- 4.67.2.75. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.75. RunError procedure
4.67.2.75. RunError procedure
Targets: MS-DOS, OS/2, Win32
System Unit
Stops program execution.
Declaration:
procedure RunError [ ( ExitCode: Word ) ];
Remarks:
ExitCode, if specified, is the runtime error number.
If not passed, the exit code is zero.
RunError is used for debugging purposes.
It generates an error during execution along with an offset.
This procedure is similar to Halt.
- 4.67.2.75. -