REPLACE$
STRING Function
Windows/Unix
A function that replaces a portion of a string with another.
Syntax
:
REPLACE$(source-string, replace-string, index)
A$ = REPLACE$("Hello", "J", 1) '-- returns Jello