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}}/...") |
m |
||
(One intermediate revision by one other user not shown) | |||
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 == | ||
Line 22: | Line 23: | ||
{{mIRC|$com}} | {{mIRC|$com}} | ||
{{mIRC|$comcall}} | {{mIRC|$comcall}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|comerr]] |
Latest revision as of 13:44, 20 September 2017
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[edit]
$comerr
Paramters[edit]
None
Properties[edit]
None
Example[edit]
//comopen a nonexistant | echo -a $comerr
Compatibility[edit]
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.