MC-Basic:ERROR

From SoftMC-Wiki
Revision as of 08:37, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:ERROR to MC-Basic:ERROR: Global renaming of Axystems: namespace into (Main):)
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

NOTE-Info.svgNOTE
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