Day of Week Prompt
A day of week prompt contains multiple prompts each qualified with a particular day of the week. When queued up for playback, a day of week prompt evaluates the current day of the week and queues up a single prompt from its list. The prompt selected is based on a day range starting at the day specified until the day specified by the subsequent prompt in time or until the end of the week if this is the last prompt. The week starts on Sunday.
The order of the operands is not important in determining the beginning or end of a range. The expression parser puts them back in the proper chronological order based on the specified day of week used when qualifying each one of the prompt operands.
For example, the prompt expression:
P[P1] @ MON || P[] @ THU || P[P2] @ TUE
means that on Sunday is be played back, on Monday,
P[P1]
is played back, on Tuesday and Wednesday, P[P2]is played back,
and the rest of the week nothing is played back.