I need to remove non-numerical characters from a string field so that i can convert the field to a number. The non-numeric characters could be anywhere in the string. I could write a lengthy formula using the replace function to remove non-numeric chars but is there a better way of doing this?