I have a short program that adds some numbers in a web page and updates them using session variables. It seems to be working fine except for the decimal. when I add the totals it doesn't add the decimals. It just seems to add the whole number. I'm using CTYPE(("session"),decimal) Is there anything I don't know about when it comes it decimals and sessions?