Difference between revisions of "MC-Basic:task.ERROR"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:task.ERROR}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 07:46, 2 May 2017

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