I'm having trouble with atof!!! I need a real number to pass to the polar command and when I take the string and pass it to atof the decimal comes back .0 instead of .36. example: (setq num "235203.36") (atof num) ;returns 235203.0 Does anyone know of a way to convert string to real without losing original value of string???