Difference between revisions of "MC-Basic:TASKERROR"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?TaskError ( ''<task name>'' ) |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Prints textual description of the last error, occurred…') |
m (1 revision) |
(No difference)
|
Revision as of 16:10, 13 December 2010
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
- [[Axystems:MC-Basic:COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER]]
- ERRORHISTORY
- ERRORHISTORYCLEAR
- task.ERRORNUMBER