Zoltan Report post Posted 12/04/2006 05:16 PM 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
SupportTeam Report post Posted 12/04/2006 07:35 PM 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