VoiceGuide IVR Software Main Page
Jump to content

Listen To The Time

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×