-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/identifiers/$error"
< mirc | identifiers
(Created $error identifier REDIRECT - mIRC) |
(Modified $error identifier (no more redirect) - mIRC) |
||
Line 1: | Line 1: | ||
− | + | The '''$error''' identifier is filled with any errors that occur during a script's execution. This error can be fetched by writing in a goto point named ''':error''', which, when an error occurs, a script will automatically look for. | |
+ | |||
+ | == Synopsis == | ||
+ | <source lang="mIRC">$error</source> | ||
+ | |||
+ | == Example == | ||
+ | See {{mIRC|/reseterror}} | ||
+ | |||
+ | == Compatibility == | ||
+ | {{mIRC compatibility|6.14}} | ||
+ | |||
+ | == See Also == | ||
+ | {{mIRC|/reseterror}} | ||
+ | |||
+ | {{mIRC identifier list}} | ||
+ | |||
+ | [[Category:MIRC identifiers]] |
Revision as of 14:04, 23 July 2014
The $error identifier is filled with any errors that occur during a script's execution. This error can be fetched by writing in a goto point named :error, which, when an error occurs, a script will automatically look for.
Contents
[hide]Synopsis
$error
Example
See /reseterror
Compatibility
Added: mIRC v6.14
Added on: 03 Mar 2004
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
[Expand]