"insert"
    
    Inserts a text at the current cursor position.
Synopsis
            void insert(string text); 
Parameters
| Parameter | Description | 
|---|---|
| text | The text to be added. | 
Description
Inserts a text at the current cursor position.
Assignment
textEdit
