johnlopez2000
Programmer
Colleagues,
this may be a dumb questions, but I am a relative newbie to VBScript.
In TCL/TK I can load a "library" script into another script via source or other commands. How can I do the same with VBScript, where one script may only contain function calls that I want to commonize to a whole host of other scripts?
Can you do modules or class libraries like in regular VB?
Can I create a DLL and then load it and call it's functions?
I would prefer to just load one script from another, but I'd like to know how to do all 3 approaches.
THANKS!
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com
this may be a dumb questions, but I am a relative newbie to VBScript.
In TCL/TK I can load a "library" script into another script via source or other commands. How can I do the same with VBScript, where one script may only contain function calls that I want to commonize to a whole host of other scripts?
Can you do modules or class libraries like in regular VB?
Can I create a DLL and then load it and call it's functions?
I would prefer to just load one script from another, but I'd like to know how to do all 3 approaches.
THANKS!
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com