I have a very large script and I found one of my global variables was declared twice but I didn't get any errors when compiling the script. I have a test script here:
#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
Global $aArray1[7]
Global $aArray1[7] ; I don't get a...