Difference between revisions of "MC-Basic:ERROR"

From SoftMC-Wiki
Jump to: navigation, search
m (note template)
Line 45: Line 45:
 
* [[Axystems:MC-Basic:ERRORNUMBER|ERRORNUMBER]]
 
* [[Axystems:MC-Basic:ERRORNUMBER|ERRORNUMBER]]
  
 
+
[[Category:Axystems:MC-Basic:Error Handling|ERROR]]
 
}}
 
}}

Revision as of 11:20, 17 March 2014

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