MC-Basic:SYSTEM.ERROR

From SoftMC-Wiki
Jump to: navigation, search
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