TextEditor.Remove (gb.form.editor)
Sub Remove ( X1 As Integer, Y1 As Integer, X2 As Integer, Y2 As Integer [ , bRight As Boolean ] )
Remove the text located between two cursor positions.
-
X1 and Y1 are the column and row of the first position.
-
X2 and Y2 are the column and row of the other position.
-
Set Right to
TRUE
if the cursor was at the beginning of the selection.