Guest Diana Report post Posted 03/18/2006 11:14 PM Hi, I have 3 questions: 1) Does your software has the option or can your software can speak the time if a subscriber dial into the system in which your software is installed. 2) If not, which software can do that? 3) If yes, are there samples Thanks in advanced. Sinerly, Diana Share this post Link to post
SupportTeam Report post Posted 03/19/2006 12:06 AM Yes, it can. Just use the "Say Numbers" module. See: http://www.voiceguide.com/vghelp/html/modSayNumber.htm To say the current time you would first need to create the Result Variable holding the current time's value, and then speak the Result Variable using the Say Numbers module. The Result Variable can be created in the Evaluate Expression module. The expression to evaluate would be something like this: Left("0" & Hour(Now), 2) & Left("0" & Minute(Now), 2) Share this post Link to post
Guest Diana Report post Posted 03/21/2006 05:56 PM Thank you support. Regards, Diana Share this post Link to post