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

From SoftMC-Wiki
Jump to: navigation, search
(added limitation)
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.ERROR}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 02:55, 2 May 2017

Language: English  • 中文(简体)‎

Query the last system error message. This command returns an error message which includes the error number. The SYSTEM.ERRORNUMBER query returns only the number of the error.

Syntax

?Sys.Error

?System.Error

Availability

All versions

Scope

Task or Terminal

Limitations

Read only
system.error contains last error that is not handled by Try-catch block.

Examples

?System.Error

See Also