Replace " for white spaces

how to capes or write " in replace. EX:
replace(“"”," “) or replace(”“”," ") cannot get that "

Captura de pantalla de 2021-01-26 16-07-08

@Amanda_Calderon - So you want to replace double quotes with white spaces??

Check this @Amanda_Calderon
process1.zip (447.8 KB)

Hope it helps you

Regards

Nived N

Happy Automation

ImporteFinal.Replace(Strings.Chr(34),“”)

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.