Guest miva Report post Posted 05/30/2005 03:39 AM I am running VoiceGuide Script Designer 5.2.3511 for VoiceGuide 6.0.2000 for Dialogic on Windows 2000. I have used the time switch device to first check if it is Xmas Day. If it is, then it plays a Xmas Message but I believe I can only set this one year at a time. ie. For 25th December 2005 and then I would need to change it to 2006 to allow for the next one. Is there a way I can set it to play a certain message between 12:01AM 25-Dec and 11:59PM 25-Dec irrespective of the year? Share this post Link to post
SupportTeam Report post Posted 05/30/2005 05:42 AM You can use an Evaluate Expression module to see if the day and month are both of particular value. eg. To check if the current day is New Year's Day or Christmas Day the following expression can be used: (("$RV_DD" = "01") and ("$RV_MM" = "01")) or (("$RV_DD" = "25") and ("$RV_MM" = "12")) Share this post Link to post