Hello AP,
ReplaceString("75,500,888", ",", "", false) should work. I just tested it here's the result: https://www.loom.com/share/a4b0c3ff268a4968bfa8806dca0b80ea
I hope this helps.
Roland
Comment actions
Hi, I am trying to remove comma (,) from text using following String function
ReplaceString("75,500,888",",","",false) but it returns "75 500 888)
It replaces comman(,) with space. Is this how it supposed to work? Am I missing anything?
Please sign in to leave a comment.
Hello AP,
ReplaceString("75,500,888", ",", "", false) should work. I just tested it here's the result: https://www.loom.com/share/a4b0c3ff268a4968bfa8806dca0b80ea
I hope this helps.
Roland