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: |