Jump to content

Recommended Posts

Posted

If I have file1.au3, which includes file2.au3

and a global variable has been declared before the inclusion of file2 as in..

Global $G_SomeVar="test"

include <file2.au3>

Will file2 be able to read and modify the global var?

Posted

Is it so complicated that you can't just write code to test it? I mean, you wrote half of it already.

well, I have a situation where the second file doesn't seem to be able to read the value from the first file

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...