Name GetSelectionStartColumn
Type Method
Summary Returns the starting column of the selection in the output window
Prototype long GetSelectionStartColumn();
Description Returns the first column of the selected text (starting at 1).

If no selection, returns zero.

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

See also ...