Schedule same macro multiple times?

Is it possible to have multiple schedules for the same macro? e.g.:

100=55 21 * * 5
100=55 01 * * *

I would think so. I’ve never used the scheduler but it’s very cron like so I’d expect it to work.

yes you can schedule as many times and as often as you want, just keep in mind that what ever it is that you schedule, and it starts to run, don’t schedule the next run time until the first instance has had time to complete or the events will overlap.