abort_code

Description

How user exited from input function

Old Name

#define abort abort_code

Syntax

int abort_code;

Remarks

The abort_code variable indicates how the user has exited from a DP4 input function. In general, it has the value 0 for a normal exit and ESCAPE when the user has pressed <Esc>. Refer to the individual Functions Section for details of how abort_code is affected in particular circumstances.