up previous next
GetErrMesg

returns the message associated with an error
Syntax

GetErrMesg(E:ERROR):STRING


Description
This function returns the error message associated with an error.

Example
  Str := GetErrMesg(1/0);
  PrintLn Str;
Division by zero

-------------------------------


See Also