This has probably been asked many times but a search did not find it ...
I want to call several .au3 files from a .au3 file... can this be done...
For example:
Inside the master au3 might be..
call myfile1.au3
call myfile2.au3
call myfile3.au3
call myfile3.au3
I know its very simple to do it if the au3 has been compiled but I am testing and making a lot of changes in the au3 so I do nont want to spend time re-compiling each time i mod an au3..
Thanks in advance.