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

From SoftMC-Wiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.ERRORNUMBER}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 30: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only. Only returns the error number.
+
Read only. Only returns the error number.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SYSTEM.ERROR|SYSTEM.ERROR]]
+
* [[MC-Basic:SYSTEM.ERROR|SYSTEM.ERROR]]
  
[[Category:Axystems:MC-Basic:Error Handling|SYSTEM.ERRORNUMBER]]
+
[[Category:MC-Basic:Error Handling|SYSTEM.ERRORNUMBER]]
 
}}
 
}}
 +
[[Category:MC-Basic:System|MC-Basic:System]]

Latest revision as of 03:00, 2 May 2017

Language: English  • 中文(简体)‎

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