f_evt_error
- f_evt_error
- CALLING
- f_evt_error( long l_error , char &c_string[], long l_out )
- PURPOSE
- f_evt_error displays error messages.
- ARGUMENTS
-
- l_error
- The error id as returned from other calls
- c_string
- The string into f_evt_error() copies the message....
- l_out
- specifies the output device for the error message.
- out = 1
- error message is copied to string.
- out = 0
- error message is printed on terminal.
- Return type
- int (longword).
- Status codes
-
- GETEVT__SUCCESS
- success.
- GETEVT__FAILURE
- failure
- Declaration
-
INTS4 f_evt_error( INTS4 , CHARS * , INTS4 );
- FUNCTION
- f_evt_error displays the error message for the
error id ( l_error ). If out = 1 the error
message is copied into string, else
f_evt_error prints the message on terminal.