public function InsertText
Prototype:
public function InsertText(position, text);
Parameters
position
the position where the text is inserted (a number starting from 0)
text
the text to insert in the view
Description:
Inserts texts into the view at the given position.
Return value:
This function returns null.