RiTa
index
Name insertWordAt()
Class RiText
Description Inserts newWord at wordIdx and shifts each subsequent word accordingly. Returns true if the replace was succesful, or false if the index does not exist.
Syntax
insertWordAt(newWord, wordIdx);
Returns boolean
Usage Web & Application
Related