| Name | GetSelectionEndLine |
|---|---|
| Type | Method |
| Summary | Returns the last line of the selection in the output window |
| Prototype | long GetSelectionEndLine(); |
| Description | Returns a number in the range 1 to the number of lines in the output window, which is the last "selected" line. 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 line in the selection, or zero if no selection. |
See also ...