I am trying to build a simple find/replace code. I can not seem to subtract with the LEFT or RIGHT or MID functions. Can someone please help with the syntax? Thank you
<%
Dim InputPhrase, FindChar, ReplaceChar, PhraseLength,
NewPhrase,PartA,PartB,founda...