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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 37: Line 37:
 
* [[Axystems:MC-Basic:task.ERROR|task.ERROR]]
 
* [[Axystems:MC-Basic:task.ERROR|task.ERROR]]
  
 
+
[[Category:Axystems:Obsolete|axis.ERRORNUMBER]]
 
}}
 
}}

Revision as of 14:51, 11 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