|
VBScript: Import of Files
Hi,
i want to make an Import of Source Files like it is in Java or other Languages.
For Example two files with source
programm1.src (Here is sub print)
programm2.src(here is sub add)
And i want that in sub print a call (like 'call add') is possible.
How does this work?
How can i import programm2.src in programm1.src?
Any ideas ? Thanks for help !!!
tyxaver
|