textArea.Insert(text, pos)
                  textArea.Insert(text, pos)
                  | Variable | Description | 
|---|---|
| text | The text to insert. String. | 
| pos | The position at which to insert text. The value is zero-based. Integer. | 
VB
textArea.Insert("magenta", 5)