input string: aaa,bbb,ccc
output string: aaabbbccc
how to remove all commas from example string? I expect the function replaceWith is right, but how to define comma character as value (not as a separator)?
Thanks
Hi
Consider using remove function instead
myfield.remove(,)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.