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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:task.ERRORNUMBER}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ERRORHISTORY|ERRORHISTORY]]
+
* [[MC-Basic:ERRORHISTORY|ERRORHISTORY]]
* [[Axystems:MC-Basic:task.ERROR|task.ERROR]]
+
* [[MC-Basic:task.ERROR|task.ERROR]]
  
 +
[[Category:MC-Basic:Task Control|task.ERRORNUMBER]]
 +
[[Category:MC-Basic:Error Handling|task.ERRORNUMBER]]
  
 
}}
 
}}

Latest revision as of 07:49, 2 May 2017

Language: English  • 中文(简体)‎

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