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

If no selection, returns zero.

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

See also ...