Difference between revisions of "MC-Basic:TASKERROR"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 49: Line 49:
 
* [[Axystems:MC-Basic:task.ERRORNUMBER|task.ERRORNUMBER]]
 
* [[Axystems:MC-Basic:task.ERRORNUMBER|task.ERRORNUMBER]]
  
 +
[[Category:Axystems:MC-Basic:Task Control|TASKERROR]]
  
 
}}
 
}}

Revision as of 14:48, 11 March 2014

Prints textual description of the last error, occurred in the task

Syntax

?TaskError ( <task name> )

Availability

Versions 3.6.20 and higher

Type

<task name>: String

Returned value : String

Scope

Task or Terminal

Limitations

Read-Only

Examples

?TaskError("task1.prg")

Or

Common Shared Str1 asString

Str1 = “Task1.Prg”

?TaskError( Str1)

See Also