getErrorText
Top  Previous  Next

str = getErrorText ( integer Error )

Use this function to get the text description of a specified error.

Parameters
 
error IDs.  
 
Return value
 
The string containing the description of the specified error.  
 
Example
 
id=getError()  
Print getErrorText(id)