VoiceGuide IVR Software Main Page
Jump to content

Return Value From Vbscript Module

Recommended Posts

All,

 

There is something very simple I need to do; I need to return the current date using the VBScript Now function. So far, I've searched in the forum and documentation for this; I cannot find a comparable example. I have a VBScipt module named GetNow; in the script area, I have tried each of the following:

 

RV$[GetNow] = Now

 

and

 

 

Now

 

This should be so easy; however, the syntax seems to be something I'm missing. Does anyone have any ideas?

 

Thanks,

 

Tomas

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
×