Difference between revisions of "MC-Basic:SYSTEM.ERRORNUMBER"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?Sys.ErrorNumber<br> ?System.ErrorNumber |AVAILABILITY= All versions |DESCRIPTION= Queries the number of the last system error. |TYPE= Lon…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

Queries the number of the last system error.

Syntax

?Sys.ErrorNumber

?System.ErrorNumber

Availability

All versions

Type

Long

Scope

Task or Terminal

Limitations

Read-Only. Only returns the error number.

Examples

?System.ErrorNumber

See Also