But when i try to do the $Var = $Var + 1 it errors and exits..
Here's some of my code
Code:
Global $i = 0
Func etinputfunc()
Do
Mouseclick("Left")
Sleep($Input1)
$i = $i + 1
Until $i = 10000
EndFunc
"C:\Users\ChristianPC\Dropbox\My Autoclicker\GUI ting.au3" (47) : ==> Variable used without being declared.:
$i = $i + 1
$i = ^ ERROR
>Exit code: 1 Time: 1.105
If someone has an idea of what i need to do, please help me
- Thanks







