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

(Created page with "{{mirc title|$sline Identifier}}'''$sline''' returns the Nth selected line in a listbox. == Synopsis == <pre>$sline(win,N)</pre> == Paramters == * '''win''' - The window wi...")
 
(No difference)

Latest revision as of 16:53, 2 October 2017

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


See Also[edit]

/sline