MC-Basic:task.ERROR

From SoftMC-Wiki
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