I need to write a click event procedure to count from 1 to 20 using a DO-LOOP. And declaring the variables at the form level<br>
I wrote this at the form level<br>
Dim intcount as variable<br>
<br>
At the cmdcount_click level I wrote,<br>
<br>
intcount=intcount + 1<br>
Do while intcount<=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.