MC-Basic:task.ERROR

From SoftMC-Wiki
Revision as of 07:46, 2 May 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Queries the last 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 ?<task>.ERRORNUMBER query returns only the number of the error.

Syntax

?<task>.Error

Availability

All versions

Scope

Task or Terminal

Limitations

Read only

Examples

?MyTask.prg.error

See Also