TextEditor.Select (gb.form.editor)
Sub Select ( Column As Integer, Line As Integer, Column2 As Integer, Line2 As Integer )
Select a specific text range.
-
Column and Line define the starting column and line of the text range.
-
Column2 and Line2 define the ending column and line of the text range.