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

From SoftMC-Wiki
Jump to: navigation, search
Line 38: Line 38:
  
 
[[Category:Axystems:MC-Basic:Task Control|task.ERRORNUMBER]]
 
[[Category:Axystems:MC-Basic:Task Control|task.ERRORNUMBER]]
 +
[[Category:Axystems:MC-Basic:Error Handling|task.ERRORNUMBER]]
 +
 
}}
 
}}

Revision as of 11:34, 17 March 2014

The last error occurring in that task is returned. The query returns only the error number.

Short form

<task>.ErrorNum

Syntax

?<task>.ErrorNumber

Availability

All versions

Type

Long

Scope

Task or Terminal

Limitations

Read-Only

Examples

?MyTask.prg.errornum

See Also