Dennis Groves wrote: > I hope that this will clear up my question a bit.... > I am really asking if you can do something similar to the following; and > if so how?
No, you can't. Remind is not a real programming language; it's not Turing-complete. The best you can do is isolate your functions into a separate file, parameterized by a global variable. Something like this: SET period '2008-01-11' INCLUDE common.rem SET period '2008-02-12' INCLUDE common.rem etc... Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
