Post

2 followers Follow
0
Avatar

How to remove specific character from string?

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?

AP Answered

Please sign in to leave a comment.

1 comment