From WikiChip
Difference between revisions of "mirc/identifiers/$comerr"
(Created page with "{{mirc title|$comerr Identifier}}'''$comerr''' return 1 if an error occured with a {{mIRC|COM object}}, 0 otherwise. This identifier should be checked after any {{mIRC|$com}}/...") |
|||
Line 1: | Line 1: | ||
− | {{mirc title|$comerr Identifier}}'''$comerr''' return 1 if an error occured with a {{mIRC|COM object}}, 0 otherwise. This identifier should be checked after any {{mIRC|$com}}/{{mIRC|$comcall}} call. | + | {{mirc title|$comerr Identifier}}'''$comerr''' return 1 if an error occured with a {{mIRC|COM|COM object}}, 0 otherwise. This identifier should be checked after any {{mIRC|$com}}/{{mIRC|$comcall}} call. |
== Synopsis == | == Synopsis == |
Revision as of 07:48, 8 October 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$comerr return 1 if an error occured with a COM object, 0 otherwise. This identifier should be checked after any $com/$comcall call.
Synopsis
$comerr
Paramters
None
Properties
None
Example
//comopen a nonexistant | echo -a $comerr
Compatibility
Added: mIRC v5.9
Added on: 26 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.