cancel
Showing results for 
Search instead for 
Did you mean: 

Replace single quotation in Replace()

Stephen.Jones
Level 5
Hello, I'm attempting to replace a " with a blank space in a string using the Replace() function. I have tried the following Replace([steInput], ", "") Error Message - Data items must be between [ and ]. Text must be between " and ". Functions should be in the form functionname() Replace([steInput], ", "") Error Message = Data items must be between [ and ]. Text must be between " and ". Functions should be in the form functionname() Replace([steInput], """, "") Test - a"a Result - a"a Replace([steInput], """, "") Test a"a Result - a"a Any help would be appreciated ! Thanks
1 REPLY 1

Stephen.Jones
Level 5
Found the answer ! Replace([SteInput], """""""", """")