How do I in a csh, read in a decimal value, ex .05678 from a file and using the expr command apply arithmatic values to a variable. Example: set number = `expr $integer1 \* $decimal2` where decimal2 is the decimal value from a file. I return a null value to to number if decimal2 is a float value, but it works if decimal2 is an integer.