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

This method requires MUI 4.0 or better.

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

Show TOC