> Anyway, I have a couple of reminders set up using the scheduler, one of > them set to go off every hour. Is there any easy way I can limit this hourly > one so that the reminder pops up only during certain times - say, 8am > through to 10pm? >
Not really. You can try create an alarm with the command Command Entry: if (time>=080000 && time<=220000) More Commands message test But the message box will not be the special one used for alarms since PowerPro needs the message command to be first for that.
