Tarlika Elisabeth Schmitz wrote:

> REM 13 OMIT Sat Sun AFTER +4 MSG pay bill

> Another thing that caught me out: the delta of +4 does give me advance
> warnings on omitted days although these are not counted.

> How can I achieve 4 advance messages issued on working days only?

I don't have a particularly clean solution... this is the best
I could come up with:

FSET _working_day(x) wkdaynum(x) > 0 && wkdaynum(x) < 6 && !isomitted(x)

IF _working_day(today())
    REM 13 OMIT Sat Sun AFTER +4 MSG pay bill
ENDIF

Regards,

David.
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.whatexit.org/mailman/listinfo/remind-fans

Reply via email to