MC-Basic:ERROR

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?Error<br> ?''<task>''.Error |AVAILABILITY= All versions |DESCRIPTION= Queries the last system error message. If the keyword is prefixed wi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Queries the last system error message. If the keyword is prefixed with a task name, the error message corresponding to the last error in that task is returned

This command returns an error message that includes the error number. The  ?ERRORNUMBER query returns only the number of the error.

Syntax

?Error

?<task>.Error

Availability

All versions

Scope

Task or Terminal

Limitations

Read-Only

Examples

?Error

?MyTask.prg.error

See Also