- Displaying an error message
Displaying an error message The following code is used to display the last error that occurred on a matrix. This procedure can be called once a Matrix function has been used.
// -- Local procedure ErrorType PROCEDURE ErrorType(MatrixName) // Declare the variable ResError is int // Error that occurred on the matrix? ResError = MatError(MatrixName) // Display the error message IF ResError <> 0 THEN Error(ErrorInfo(errMessage)) END
This page is also available for…
|
|
|
|