[Remind-Fans] Tower of Hanoi like tape rotation schedule

Abner Gershon 6731955 at gmail.com
Mon Mar 30 11:17:29 EDT 2015


Thanks that is clever. I have never used the $NumTrig functionality before.
I see that this could be adapted to use any tape intervals desired and not
have to worry about conflicts.

Thank you.

-Abner

On Mon, Mar 30, 2015 at 10:42 AM, David F. Skoll <dfs at roaringpenguin.com>
wrote:

> On Mon, 30 Mar 2015 10:13:20 -0400
> Abner Gershon <6731955 at gmail.com> wrote:
>
> > REM 01 Apr 2015 *7 MSG Use tape A
> > REM 07 Apr 2015 *14 MSG Use tape B
> > REM 14 Apr 2015 *28 MSG Use tape C
> > REM 21 Apr 2015 *46 MSG Use tape D
>
> I'm assuming that *46 should be *56? and that the 07, 14 and 21 should
> really be 08, 15, and 22.
>
> Here's a hacky way.
>
> SET n $NumTrig
> REM 22 Apr 2015 *56 MSG Use tape D
>
> IF n == $NumTrig
> REM 15 Apr 2015 *28 MSG Use tape C
> ENDIF
>
> IF n == $NumTrig
> REM 08 Apr 2015 *14 MSG Use tape B
> ENDIF
>
> IF n == $NumTrig
> REM 01 Apr 2015 *7 MSG Use tape A
> ENDIF
>
> Regards,
>
> David.
> _______________________________________________
> Remind-fans mailing list
> Remind-fans at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans
> Remind is at http://www.roaringpenguin.com/products/remind
>


More information about the Remind-fans mailing list