getoserrmsg
| getoserrmsg | 
  Purpose
 
 
 Get the message associated to a system error code.
 
 
  Synopsis
 
 function getoserrmsg(ec:integer):text
 
  Argument
 
 | 
     ec 
     | 
     A system error code
     | 
  Return value
 
 
 The message corresponding to the provided code or an empty string if the code is not known.
 
  Further information
 
 
  This function returns an explanatory message associated to the error code obtained from
 getoserror.
 
 
  Module
 
  
