RiTa
index
Name replaceCharAt()
Class RiString
Description Replaces the character at 'idx' with 'replaceWith'. If the specified 'idx' is less than xero, or beyond the length of the current text, there will be no effect. Returns true if the replacement was made
Syntax
replaceCharAt(idx, replaceWith);
Returns boolean
Usage Web & Application
Related