I'm using 8.5 trying to convert a string field into a number so I can use it for calculations. The string field has a length of 10. The string field will contain blanks and commas occasionally. I would like to retain the numeric value of the field and ignore the blanks and commas. I have tried using ToNumber(fld), but it gives me an error that says its not numeric text.