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 <[email protected]> wrote: > On Mon, 30 Mar 2015 10:13:20 -0400 > Abner Gershon <[email protected]> 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 > [email protected] > http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans > Remind is at http://www.roaringpenguin.com/products/remind > _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
