TextEditor.Print (gb.form.editor)
Sub Print ( Text As String )
Print some text inside the editor.
The difference with
Insert is that some control characters are replaced by editor commands.
For example,
Chr$(12)
will clear the editor, Chr$(8) will delete the character left to the cursor and move the cursor left.
Some VT-100 sequences are interpreted too.
This function is deprecated. You should not use it in new code.