|
RiTa index |
|
| Name | insertAt() |
| Class | RiText |
| Description | Inserts the 'toInsert' String at the desired character index ('idx'). If the specified 'idx' is less than zero, or beyond the length of the current text, there will be no effect. Returns true if the insertion was made. |
| Syntax | insertAt(idx, toInsert); |
| Returns | boolean |
| Usage | Web & Application |
| Related | |