Mike Harris wrote: > REM September 30 2008 *1 #*38# MSG This is a task you've not done yet, > but when you do it, comment out the *1 and uncomment the *38 so that > it'll appear 38 days from today.%
You can often achieve evil hacks like this with expression pasting: REM September 30 2008 *[iif(0,1,38)] MSG ... Just change the "0" to a "1" as required; see the man page for info on the IIF function. To make it a bit more self-documenting, you might want to define variables "todo" and "done" appropriately rather than using "0" and "1". Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
