MC-Basic:task.ERRORNUMBER

From SoftMC-Wiki
Revision as of 14:09, 18 March 2014 by Lisa (talk | contribs) (Text replace - "Read-Only" to "Read only")
Jump to: navigation, search

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