MC-Basic:task.ERROR

From SoftMC-Wiki
Revision as of 11:37, 22 May 2014 by Miborich (talk | contribs)
Jump to: navigation, search

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