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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:task.ERRORNUMBER to MC-Basic:task.ERRORNUMBER: Global renaming of Axystems: namespace into (Main):)
(No difference)

Revision as of 08:55, 22 May 2014

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