Documentation
»
Scripting
»
Class Reference
»
User Interface
»
Window
»
select
Selects a part of the text of the section.
Syntax
aWindow
select (
startLine
,
startColumn
,
endLine
,
endColumn
)
Parameters
startLine
-
Integer
The line of the beginning of the selection.
startColumn
-
Integer
The column of the beginning of the selection.
endLine
-
Integer
The line of the end of the selection.
endColumn
-
Integer
The column of the end of the selection.