From WikiChip
Difference between revisions of "mirc/identifiers/$line"
< mirc‎ | identifiers

(Created page with "{{mirc title|$line Identifier}}'''$line''' returns the Nth line in a window == Synopsis == <pre>$line(win,N,T)</pre> == Parameters == * '''win''' - a channel/query/status o...")
 
m (Compatibility: This was added in 5.0 And fix See Also formatting)
Line 19: Line 19:
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|5.3}}
+
{{mIRC compatibility|5.0}}
  
 
== See Also ==
 
== See Also ==
{{mIRC|$sline}}
+
* {{mIRC|$sline}}
{{mIRC|$fline}}
+
* {{mIRC|$fline}}
{{mIRC|$window}}
+
* {{mIRC|$window}}
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 15:27, 15 February 2024

$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.


See Also