Difference between revisions of "MC-Basic:ERRORNUMBER"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?ErrorNumber |AVAILABILITY= All versions |DESCRIPTION= Queries the last system error. If the keyword is prefixed with a task name, the last e…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

Queries the last system error. If the keyword is prefixed with a task name, the last error occurring in that task is returned. The query returns only the error number.

Syntax

?ErrorNumber

Availability

All versions

Type

Double

Range

+/- MaxDouble

Scope

Task or Terminal

Limitations

Read-Only

Examples

?ErrorNumber

?MyTask.prg.errornum

See Also