how to remove all spaces from string field
AnsweredI want to remove all spaces from bank account numbers in @account field. I use @account.replace(' ','') in a calculation field. But this removes only the first space in the string. What do I do wrong?
Please sign in to leave a comment.
Comments
2 comments