MC-Basic:TASKERROR

From SoftMC-Wiki
Revision as of 13:56, 20 March 2014 by Lisa (talk | contribs) (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20")
Jump to: navigation, search

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

Syntax

?TaskError ( <task name> )

Availability

Since Version 3.6.20

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