okay, here is our new code.....making progress.....
Clicking Process achieves the expected results. Clicking Clear also works as expected.
HOWEVER, after clicking Process again, it continues to append the exact data over and over and over.
The GOAL: After clicking Process we don't want it to continue to append the additional data over and over......how can we prevent this? (per the assignment it must be a counter)
Main Topics
Browse All Topics





by: angelIIIPosted on 2009-11-05 at 14:44:51ID: 25754934
this is the loop in the Process.
>Do While cnt < 15
where do you reset the cnt value to 0 ?