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

(Created page with "{{mirc title|$acos Identifier}}'''$acos''' return the arccosine of N. == Synopsis == <pre>$acos(N)[.deg]</pre> == Paramters == <span style="display: inline-block; width: 50...")
 
Line 1: Line 1:
{{mirc title|$acos Identifier}}'''$acos''' return the arccosine of N.
+
{{mirc title|$readn Identifier}}'''$readn''' return the number of the line matched by {{mIRC|$read}}
  
 
== Synopsis ==
 
== Synopsis ==
<pre>$acos(N)[.deg]</pre>
+
<pre>$readn</pre>
  
 
== Paramters ==
 
== Paramters ==
  
<span style="display: inline-block; width: 50px;">'''N'''</span>The number you want the arc cosine of, in radian.
+
None
  
 
== Properties ==
 
== Properties ==
  
<span style="display: inline-block; width: 80px;">'''.deg'''</span>Returns the angle as degrees, default is radians.
+
None
  
 
== Example ==
 
== Example ==
<source lang="mIRC">//echo -a $abook(*,0)</source>
+
<source lang="mIRC">//noop $read($mircini,tnw,*mirc*) | echo -a $readn</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 15:50, 8 September 2015

$readn return the number of the line matched by $read

Synopsis

$readn

Paramters

None

Properties

None

Example

//noop $read($mircini,tnw,*mirc*) | echo -a $readn

Compatibility

Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$read