Question on reusing code
Hi all,
I am new to VBScript and am looking for a way to re-use functions that I create.... I am looking for something that provides me the same functionality as #include in C/C++ or using... in C#.. Is there anything like this or is not possble? The scripts are intended to be used via wscript/cscript as opposed to being included in web pages.
Thanks for any info..
|