TextEditor.Insert (gb.form.editor)

Sub Insert ( Text As String )

Insert some text at the current cursor position.

  • Text is the text to insert.

The text can be multi-line. The line separator is always "\n" in that case.