MC-Basic:SYSTEM.ERRORNUMBER

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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