[Remind-Fans] Tower of Hanoi like tape rotation schedule
David F. Skoll
dfs at roaringpenguin.com
Mon Mar 30 10:42:13 EDT 2015
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.
More information about the Remind-fans
mailing list