From WikiChip
$line Identifier - mIRC
< mirc‎ | identifiers

$line returns the Nth line in a window


Synopsis[edit]

$line(win,N,T)[.property]

Parameters[edit]

  • 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[edit]

  • .state - returns selection state for a line in a listbox.
  • .color - returns the color of the line, if any.


Example[edit]

//echo -a $line($chan(1),1)

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.


See Also[edit]