On Thu, 3 May 2012 11:12:50 +0100 (BST)
Damien Lin <[email protected]> wrote:

> How can I set the variable driver to 1 just for a range of date, say,
> May 17-19, 2012 (i.e. when a driver is out)?

You could do something like this:

# Default: 2 drivers
SET driver 2

# But someone is away May 17-19:
IFTRIG 17 May 2012 THROUGH 19 May 2012
       SET driver 1
ENDIF

See the THE IFTRIG COMMAND in the man page for details.

Regards,

David.
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans
Remind is at http://www.roaringpenguin.com/products/remind

Reply via email to