up
previous
next
GetErrMesg
Syntax
GetErrMesg(E:ERROR):STRING
Summary
returns the message associated with an error
Description
This function returns the error message associated with an error.
example
Str := GetErrMesg(1/0);
PrintLn(Str);
Division by zero
-------------------------------
See Also