GPRINT

Prints the specified interface error message
Operating state: All

Syntax

return-code-variable=GPRINT(code);

Required Argument

code
numeric constant or numeric variable name; should be the value of a return code received from some previous function.

Return Codes

This function returns:

Details

The GPRINT function displays the message that corresponds to the error code entered. You can use this routine if you have disabled automatic error logging but still want to display the message associated with a return code that you have received.