LONGSTRING REPLACE dest%(), src%(), old$, new$

Replaces all occurrences of the string 'old$' with 'new$' in the longstring 'src%()' and stores the result in 'dest%()'. This is similar to the REPLACE$() function but operates on longstrings.