SupportTeam Report post Posted 01/30/2003 01:04 PM How would you use the modules to say the Time and Date. Ex.. Press 1 to hear the current Time and Date Share this post Link to post
SupportTeam Report post Posted 01/30/2003 01:12 PM The "Say Number" module can speak Date & Time supplied in two formats: MMDDHHNN DDMMHHNN you will need to write a shot VBScript which will assign a Result Variable in this format.. The critical line of your scritpt will be: sDate = Format(Now, "DDMMHHNN") Please see the Help file's section of "Run VBS" module for information on how you need to write the script to return the data to the Result Varaible you an then use in the "Say Number" module... Share this post Link to post