hcI Posted October 22, 2017 Posted October 22, 2017 (edited) Hello I'm having trouble with AutoIt : Global $back_struct = "az" MsgBox(0, "", IsDeclared($back_struct) ) And when I execute the script, the MsgBox return 0, like if the variable $back_struct wasn't declared.. Do someone know why ? Edited November 4, 2017 by hcI Solved
mikell Posted October 22, 2017 Posted October 22, 2017 Just because you don't use the appropriate syntax Global $back_struct = "az" MsgBox(0, "", IsDeclared("back_struct") )
hcI Posted October 22, 2017 Author Posted October 22, 2017 (edited) Anh you're right ! Edited October 22, 2017 by hcI
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