Difference between revisions of "CoCoA:GetErrMesg"

From ApCoCoAWiki
(pushing XML rev. 1.46, again)
 
(No difference)

Latest revision as of 10:02, 24 October 2007

GetErrMesg

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

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

Syntax

GetErrMesg(E:ERROR):STRING

Catch

Error

   <type>error</type>