Comments on: QTP Using the Replace Function to remove Line Feed and Carriage Return characters https://testguild.com/qtp-using-the-replace-function/ Fri, 26 Aug 2022 10:01:09 +0000 hourly 1 By: Shekhar https://testguild.com/qtp-using-the-replace-function/#comment-116796 Mon, 23 Jun 2014 10:49:12 +0000 https://testguild.com/?p=119#comment-116796 Hi,

I have tried this “myQuotes = Replace(myQuotes,chr(34),””)
msgbox myQuotes”. But it gives a type mismatch error.

I have also tried myQuotes = Replace(myQuotes,chr(34),char(0))
msgbox myQuotes
But of no use. Can you please tell me the solution?

]]>