insertString

Replaces the current selection with a string.

Syntax
aWindow insertString (string)
Parameters
string - String
The string to insert.
Remarks

The string must not contain any end-of-line character.

The method has no effect if the view is read-only.