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