Charley, The database itself has the full precision - it's just the default print representation in the CIW that is limited to 7 significant digits. You can use the fullPrecision switch to change the default display to using 14 digits: > 12345.123 12345.12 > a=12345.123 12345.12 > a-12345.12 0.003 > sstatus(fullPrecision t) t > a 12345.123 Regards, Andrew
↧