Name
Textentry.Insert -- insert text
Synopsis
moai.DoMethod(id, "Insert", t$)
Function
This will insert the given text t$ at the current cursor position.

On AmigaOS and compatibles this method requires MUI 4.0 or better.

Inputs
id
id of the textentry object
t$
text to insert

Show TOC