[ autoit ]
#include #include #include Global $w=0 Global $l=0 GLobal $p="p" Global $z=0 ;some script HotKeySet("ß","kill") Global $res=0 Global $msg=0 Global $xs=0 Global $ys=0 $res =_ImageSearch("ecke.png",1,$xs,$ys,0) while $res=0 $msg=MsgBox(5,"Attention","You should now be logged in & in the menu of elements") If $msg=2 Then Exit EndIf $res =_ImageSearch("ecke.png",1,$xs,$ys,0) WEnd
After compiling it says:
"Line 398 (File "C:\[...]\test.exe"):
Error: Subscription used with non.Array variable."
I think it might have to do something with the declaration, but I don't know what..
![:unsure:](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/unsure.png)