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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Axystems:" to "")
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[MC-Basic:COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER]]
+
* [[MC-Basic:COMMON_or_DIM_SHARED_var_name_AS_NOTE_or_ERROR_ascii_number|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER>]]
 
* [[MC-Basic:ERRORHISTORY|ERRORHISTORY]]
 
* [[MC-Basic:ERRORHISTORY|ERRORHISTORY]]
 
* [[MC-Basic:ERRORHISTORYCLEAR|ERRORHISTORYCLEAR]]
 
* [[MC-Basic:ERRORHISTORYCLEAR|ERRORHISTORYCLEAR]]

Revision as of 11:37, 22 May 2014

Queries the last error message corresponding to the last error in that task is returned

NOTE-Info.svgNOTE
This command returns an error message that includes the error number.

The ?<task>.ERRORNUMBER query returns only the number of the error.

Syntax

?<task>.Error

Availability

All versions

Scope

Task or Terminal

Limitations

Read only

Examples

?MyTask.prg.error

See Also