Roberto wrote: > REM Mon 2007 UNTIL 20 Oct 2007 SATISFY [trigdate() >= '2007-09-17'] MSG > blabla% > no longer works.
> In particular everything works fine until Oct the 20th when reminds > instead starts complaining of "`>=': Type mismatch" Use the "-dx" debug flag. See the man page entry for trigdate(): "If the most recent REM command did not yield a computable trigger date, returns the integer 0." The proper way to do what you want is: REM Mon FROM 17 Sep 2007 UNTIL 20 Oct 2007 MSG blabla% Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
