From WikiChip
Difference between revisions of "mirc/identifiers/$numeric"
< mirc‎ | identifiers

(Created page with "{{mirc title|$numeric Identifier}}'''$numeric''' return the numeric value for a {{mIRC|raw event}} == Synopsis == <pre>$numeric</pre> == Paramters == None == Properties ==...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{mirc title|$numeric Identifier}}'''$numeric''' return the numeric value for a {{mIRC|raw event}}
+
{{mirc title|$numeric identifier}}'''$numeric''' returns the numeric value for a {{mIRC|raw events|raw event}}. If the raw event is not a number (like a CAP message), then $numeric returns 0,
  
 
== Synopsis ==
 
== Synopsis ==
 
<pre>$numeric</pre>
 
<pre>$numeric</pre>
  
== Paramters ==
+
== Parameters ==
 
 
 
None
 
None
  
 
== Properties ==
 
== Properties ==
 
 
None
 
None
  
 
== Example ==
 
== Example ==
<source lang="mIRC">
+
<source lang="mIRC">raw *:*:echo -a $numeric</source>
raw *:*:echo -a $numeric</source>
 
  
 
== Compatibility ==
 
== Compatibility ==
 
{{mIRC compatibility|4.7}}
 
{{mIRC compatibility|4.7}}
  
== See Also ==
+
== See also ==
{{mIRC|$menubar}}
+
* {{mIRC|raw events}}
{{mIRC|raw event}}
+
{{mIRC identifier list}}
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|numeric]]

Latest revision as of 15:45, 25 January 2020

$numeric returns the numeric value for a raw event. If the raw event is not a number (like a CAP message), then $numeric returns 0,

Synopsis[edit]

$numeric

Parameters[edit]

None

Properties[edit]

None

Example[edit]

raw *:*:echo -a $numeric

Compatibility[edit]

Added: mIRC v4.7
Added on: 09 Dec 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list