On Tuesday 30 March 2004 13:31, danielcampos at ...282... wrote: > cutofftime = Now() + (1.0/24.0) However, my program does compile and run correctly using the following line: cutofftime = Now + (1.0/24.0) Rob