From WikiChip
$scriptline Identifier - mIRC
< mirc‎ | identifiers
Revision as of 16:11, 8 September 2015 by 83.204.199.118 (talk) (Created page with "{{mirc title|$scriptline Identifier}}'''$scriptline''' return the number of the line in the current script. == Synopsis == <pre>$scriptline</pre> == Paramters == None == P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$scriptline return the number of the line in the current script.

Synopsis

$scriptline

Paramters

None

Properties

None

Example

Put this code in a new remote file:

alias test {
echo -a $scriptline
}
would show '2'

Compatibility

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.


See Also

$scriptdir