xcall MIAMEX, MX_ERRNOMSG, errno, message
MX_ERRNOSMG (MIAMEX 86) returns the operating system’s text message associated with the specified operating system error code (aka errno).
Parameters
errno (Num) [in]
is the error number for which you want the message. Note that many MIAMEX functions return operating system errors as negative numbers; these should be converted to absolute value before passing to this function. See History, below.
message (String) [out]
returns the error message.
See Also
• | ERRMSG for information relating to displaying the text corresponding to ASB error numbers. |