MC-Basic:task.ERRORNUMBER

From SoftMC-Wiki
Revision as of 07:49, 2 May 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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