[Question] Some really funky code.
Hey guys,
I'm trying to make and auto-click tester (virtually useless i know) while trying out some new code in VB08. I'm trying to store a variable in Form1----

---- that can be used in form3.----
----But every time i try to press the "Retry" button, the variable doesn't reset. it keeps the same value. Here's what i have the variable set as.----

----The value of the variable should change each time based of how many times a person clicked. But it keeps storing the value of the first time i used it. (I.E. you complete it once, get a result, retry, get the same result even though u clicked a diff amount of times.)
Does anyone know what type of code to use to help me get the retry button working?