insertChar

Replaces the current selection with a single character.

Syntax
aWindow insertChar (char)
Parameters
char - Char
The character to insert.
Remarks

The character can't be an end-of-line character.

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