How can you exit a loop by clicking a button? I have a record button that has the loop within its code, but I want the loop to end when I click the next button. I already have string.empty code for all my labels when I click next, but my loop doesn't work.
Now I won't be intimidated by Do Loops....Thanks so much....Love the vids, don't understand why there aren't more Like. Your awesome...JT
deserves more viewer sir
Thank you :)KD
You helped me alot through my school projects man thx alot
You are most welcome :)KD
I'm referring to it as the Do While loop because most people Do, *while* *they* *are* *in* *the* *mood* .
How can you exit a loop by clicking a button? I have a record button that has the loop within its code, but I want the loop to end when I click the next button. I already have string.empty code for all my labels when I click next, but my loop doesn't work.
CAn you increment with Icount++ ?
not in VB. but you can write
x+=1
:)KD
6:24