Name GetSelectionEndColumn
Type Method
Summary Returns the endling column of the selection in the output window
Prototype long GetSelectionEndColumn();
Description Returns the last 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.GetSelectionEndColumn
Jscript example
world.note (world.GetSelectionEndColumn ());
PerlScript example
$world->note ($world->GetSelectionEndColumn ());
Returns The number of the last column in the selection, or zero if no selection.
The first column is 1.

See also ...