Difference between revisions of "MC-Basic:ERROR"
m (Text replace - "Axystems:" to "") |
|||
(One intermediate revision by the same user not shown) | |||
Line 40: | Line 40: | ||
|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:ERRORHISTORY|ERRORHISTORY]] | * [[MC-Basic:ERRORHISTORY|ERRORHISTORY]] | ||
* [[MC-Basic:ERRORHISTORYCLEAR|ERRORHISTORYCLEAR]] | * [[MC-Basic:ERRORHISTORYCLEAR|ERRORHISTORYCLEAR]] | ||
* [[MC-Basic:ERRORNUMBER|ERRORNUMBER]] | * [[MC-Basic:ERRORNUMBER|ERRORNUMBER]] | ||
− | [[Category | + | [[Category:MC-Basic:Error Handling|ERROR]] |
}} | }} |
Latest revision as of 09:21, 22 May 2014
Queries the last system error message. If the keyword is prefixed with a task name, the error message corresponding to the last error in that task is returned
NOTE | |
This command returns an error message that includes the error number. The ?ERRORNUMBER query returns only the number of the error. |
Syntax
?Error
?<task>.Error
Availability
All versions
Scope
Task or Terminal
Limitations
Read only
Examples
?Error
?MyTask.prg.error
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]]
- ERRORHISTORY
- ERRORHISTORYCLEAR
- ERRORNUMBER