From WikiChip
Difference between revisions of "mirc/identifiers/$readn"
(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|$ | + | {{mirc title|$readn Identifier}}'''$readn''' return the number of the line matched by {{mIRC|$read}} |
== Synopsis == | == Synopsis == | ||
− | <pre>$ | + | <pre>$readn</pre> |
== Paramters == | == Paramters == | ||
− | + | None | |
== Properties == | == Properties == | ||
− | + | None | |
== Example == | == Example == | ||
− | <source lang="mIRC">//echo -a $ | + | <source lang="mIRC">//noop $read($mircini,tnw,*mirc*) | echo -a $readn</source> |
== Compatibility == | == Compatibility == |
Revision as of 14:50, 8 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.