MC-Basic:TASKERRORNUMBER

From SoftMC-Wiki
Revision as of 10:17, 19 March 2014 by Nurit (talk | contribs) (Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= ?TaskErrorNumber ( ''<task name>'' ) |AVAILABILITY= |DESCRIPTION= Prints the number of the last error that occurred in the task |TYPE= ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Prints the number of the last error that occurred in the task

Syntax

?TaskErrorNumber ( <task name> )

Type

<task name>: String

Returned value : Long

Scope

Task or Terminal

Limitations

Read only

Examples

?TaskErrorNumber("task1.prg")

Or

Common Shared Str1 asString

Str1 = “Task1.Prg”

?TaskErrorNumber( Str1)

See Also