From WikiChip
$sline Identifier - mIRC
< mirc‎ | identifiers
Revision as of 16:53, 2 October 2017 by 83.204.135.178 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$sline returns the Nth selected line in a listbox.


Synopsis

$sline(win,N)

Paramters

  • win - The window with a listbox, can be a channel window or a custom window
  • N - The Nth selected line in the window

Properties

  • .ln - returns the line number of the Nth selected line

Example

//echo -a $sline(0)

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

/sline