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
It looks like you're new here. Sign in or register to get started.