Difference between revisions of "MC-Basic:ERROR"
m (1 revision) |
m (note template) |
||
| Line 14: | Line 14: | ||
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 | 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 | ||
| − | This | + | {{Note|This command returns an error message that includes the error number. The ?ERRORNUMBER query returns only the number of the error.}} |
|TYPE= | |TYPE= | ||
Revision as of 17:51, 13 December 2010
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
- [[Axystems: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