insert_text
Description:
Inserts text at position in the list of strings stored in this.
If position is negative then text is appended.
This is the same as calling insert with a null ID string.
Parameters:
| this | |
| position |
An index to insert |
| text |
A string |