The Substitute() function returns a copy of a string with a replacement expression. The Substitute Into() function changes the original string with a replacement expression.
str1 = str2 = "All things considered";
Show( str1, str2, str3, str4 );