Name GetSelectionEndLine
Type Method
Summary Returns the last line of the selection in the output window
Prototype long GetSelectionEndLine();
Description Returns a number in the range 1 to the number of lines in the output window, which is the last "selected" line.

If no selection, returns zero.

Note: Available in MUSHclient version 3.18 onwards.
VBscript example
world.note world.GetSelectionEndLine
Jscript example
world.note (world.GetSelectionEndLine ());
PerlScript example
$world->note ($world->GetSelectionEndLine ());
Returns The number of the last line in the selection, or zero if no selection.

See also ...