VoiceGuide IVR Software Main Page
Jump to content

Can Vbscript Call External Functions And Procedures?

Recommended Posts

I use a lot of VBScript where I repeat the same functions (and procedures or subroutines?) again and again in each script.

Is it possible in VG to have a centralized place where I can put these often-used functions and call them from there?

Instead of placing them in each VBscript where I use them, I would like to keep them outside so if I need to modify them, I change only one.

Share this post


Link to post

I don't think VBScript has a "#import" type directive.

 

An option is to create a COM DLL containing your often used code and use that from within your VBScripts.

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
×