Matt -
Hmmm... I know about the "Execute Actions" thing - and I've been triggering this in the old school manner.
Ah! Turns out there _is_ an extra space in the variable - it's "wed " - extra space at the end. This is curious - it must be my misunderstanding of Applescript coding again. I am populating the DayofWeek variable using this embedded Applescript:
- Code: Select all
tell application "IndigoServer"
set value of variable "DayofWeek" to weekday of (current date)
end tell
That seems to set the variable to "wed ". I'll have to come up with a workaround...
Hans