From WikiChip
$sline Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$sline returns the Nth selected line in a listbox.
Synopsis[edit]
$sline(win,N)
Paramters[edit]
- win - The window with a listbox, can be a channel window or a custom window
- N - The Nth selected line in the window
Properties[edit]
- .ln - returns the line number of the Nth selected line
Example[edit]
//echo -a $sline(0)
Compatibility[edit]
Added: mIRC v5.0
Added on: 02 Apr 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.