On Tue, 10 Feb 2026 17:40:45 -0600
Tim Chase via Remind-fans <[email protected]> wrote:
> # other events here ...
> SET TotBefore $NumTotal
> SET TrigBefore $NumTrig
> REM Feb 9 MSG Nine
> REM Feb 10 MSG Ten
> REM Feb 11 MSG Eleven
> REM MSG [$NumTrig-TrigBefore]/[$NumTotal-TotBefore] events
> processed
In principle, I could track the number of REM commands executed, but
I'm not sure it would be very meaningful. For example, you could have
something like this:
IF ($U - '1990-01-01') % 2
REM whatever
REM whatever
REM whatever
ENDIF
REM whatever
so on odd days $NumTotal would be 4 and on even days it would be 1.
If instead we count all the REM commands _parsed_ then this would
give the wrong answer:
IF ($U - '1990-01-01') % 2
REM something
ELSE
REM something_else
ENDIF
claiming two total REMs whereas exactly one would have been executed.
So... I guess I don't think it would be all that useful.
Regards,
Dianne.
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/