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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 38: Line 38:
 
* [[Axystems:MC-Basic:SYSTEM.ERROR|SYSTEM.ERROR]]
 
* [[Axystems:MC-Basic:SYSTEM.ERROR|SYSTEM.ERROR]]
  
 
+
[[Category:Axystems:MC-Basic:Error Handling|SYSTEM.ERRORNUMBER]]
 
}}
 
}}

Revision as of 11:40, 17 March 2014

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