memory storage

nico123

Member
Joined
Jul 21, 2009
Messages
7
Programming Experience
Beginner
Hi, I am doing a program that need to store data till i click reset.
1st I have a textbox1 which displays a 1 or 0 (receiving data from my serial port.)

Okay. This is what I want to do. When textbox1 is 1, textbox2 will display a 1 when textbox1 changes back to 0 and then to 1 again, textbox2 will now display a 2. When i click the reset button, textbox2 will display a 0.

How can I do this ?
 
Back
Top