I'm using the following code and I don't get a number with two decimal places... Why? (setq a 110.5) (setq b (rtos a 2 2)) I get b set to "110.5" and I need "110.50". What is worse is when I set "a" to 110, I only get "110" and I need "110.00". Thanks,