cappy2112 Posted January 8, 2006 Posted January 8, 2006 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?
Valik Posted January 8, 2006 Posted January 8, 2006 Is it so complicated that you can't just write code to test it? I mean, you wrote half of it already.
cappy2112 Posted January 8, 2006 Author Posted January 8, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now