TextEditor.Append (gb.form.editor)
Sub Append ( Text As String )
Append some text to the editor's end without moving the cursor.
-
Text is the text that will be inserted at the end of the editor contents.
The text can be multi-line. The line separator is always
"\n"
in that case.