MC-Basic:SYSTEM.ERROR

From SoftMC-Wiki
Revision as of 11:52, 20 June 2016 by Rasty (talk | contribs) (added limitation)
Jump to: navigation, search

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