Hey all, I can't get this code line to work correctly. ForumSearchText.Replace('"', '%22'); I want to search the user input text and replace each occurrence of " with %22 for some URL strings. I'm using Visual C++. How do you make it replace with %22? Thanks!
I am WIN32 API programmer but this seems MFC to me. try enquotig %22 in double quotes not single, as regards