| 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 | |
| Jscript example | |
| PerlScript example | |
| Returns | The number of the last column in the selection, or zero if no selection. |
See also ...