Replaces a portion of one string with another.
Obsolete function This function is obsolete. It has the same behavior as Replace.
ReplaceW ( string1, start, n, string2 )
String. Returns the string with the characters replaced if it succeeds and the empty string if it fails.