RiTa
index
Name insertCharAt()
Class RiText
Description Inserts the character at the specified 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
insertCharAt(idx, toInsert);
Returns boolean
Usage Web & Application
Related