Difference between revisions of "DOSERROR()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
==Class==
 
Error Handling and Debugging
 
  
  

Revision as of 15:02, 27 October 2009


Purpose

Function to return Operating System dependent error number


Syntax

DOSERROR()


See Also

ERRNO(), ERROR(), MESSAGE(), ON ERROR


Description

The DOSERROR() function returns the operating system dependent error number for the last error encountered. This is useful for revealing an operating system error which may have caused an error reported by the ERROR() function. The DOSERROR() function is synonymous with the ERRNO() function.


Example

if doserror() > 0
    err = doserror()
    set message to "System error: &err"
endif


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer