Name
Texteditor.Insert -- insert text
Synopsis
moai.DoMethod(id, "Insert", t$, pos$)
Function
This will insert the given text t$ at the specified position. The position of the inserted text can be one of the following:

Cursor
Insert at current cursor position.

Top
Insert at the top.

Bottom
Insert at the bottom.

Inputs
id
id of the text editor object
t$
text to insert
pos$
insert position (see above for possible values)

Show TOC