From WikiChip
$line Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$line returns the Nth line in a window
Synopsis
$line(win,N,T)
Parameters
- win - a channel/query/status or custom window
- N - The Nth line, returns the total number of lines if N = 0
- T - If T = 1, it references the listbox (nicklist in channel window), T = 0 references the display area
Properties
- .state - returns selection state for a line in a listbox.
- .color - returns the color of the line, if any.
Example
//echo -a $line($chan(1),1)
Compatibility
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.