From WikiChip
Difference between revisions of "mirc/identifiers/$scriptline"
m |
|||
Line 1: | Line 1: | ||
{{mirc title|$scriptline identifier}}'''$scriptline''' returns the number of the line in the current script. | {{mirc title|$scriptline identifier}}'''$scriptline''' returns the number of the line in the current script. | ||
+ | |||
== Synopsis == | == Synopsis == |
Latest revision as of 13:13, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$scriptline returns the number of the line in the current script.
Synopsis[edit]
$scriptline
Parameters[edit]
None
Properties[edit]
None
Example[edit]
Put this code in a new remote file:
alias test { echo -a $scriptline }would show '2'
Compatibility[edit]
Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.