TextEditor.Goto (gb.form.editor)

Sub Goto ( NX As Integer, NY As Integer [ , Mark As Boolean ] )

Move the cursor to the specified position.

  • NX and NY are respectively the column and the line of the new position.

  • If Mark is TRUE, then the text between the old position and the new position is selected.