STR$(numericExpression)

This function returns a string expressing the result of numericExpression.

VAL(stringExpression)

This function returns a numeric value for stringExpression if stringExpression represents a valid numeric value or if it begins with a valid numeric value.  If not, then zero is returned.  