View Single Post
  #1 (permalink)  
Old 06-29-2005, 03:31 AM
tyxaver tyxaver is offline
Registered User
 
Join Date: Jun 2005
Posts: 3
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
Reply With Quote