PDA

View Full Version : Keeping Scores


seminole14
07-19-2004, 07:01 AM
I have four boxes that have four numbers in them, 1,2,3, and 4, respectively. They all have four buttons next to them. I have a fifth box that I would like to use to add the numbers. For instance, if I click the first button with the value of 1, I would like the fifth box to equal 1. Then if I hit the 2nd button, the fifth box would equal 3, or 1+2, and so forth. I can get the fifth box to display only 1 value at a time, how can I make it so that it continues to add the numbers as I hit the buttons? Thanks for any help.

seminole14
07-19-2004, 07:02 AM
Sorry, I meant that I have 4 buttons, one next to each value. Thanks.

curryjon51
07-19-2004, 11:47 AM
Hi

A bit unclear what you want, but maybe something like this?