I created a calculator but don't know how to store the values I calculated into another table so that I will be able to track of the answers without losing them when I clear the results to calculate more values. Could someone please point me in the right direction?
Thanks alot.
~kanin
here's an example:
[Calculate Button] Y= 8 M= 3 X= 5 B= 1
[Store Button] //stores calculated values into a table
[Clear Button] //clears the answers Y= M= X= B=
[Calculate Button] Y= 7 M= 9 X= 2 B= 4 //new values
[Store Button] //store new values in table
Table
Y= 8 M= 3 X= 5 B= 1
Y= 7 M= 9 X= 2 B= 4
Thanks alot.
~kanin
here's an example:
[Calculate Button] Y= 8 M= 3 X= 5 B= 1
[Store Button] //stores calculated values into a table
[Clear Button] //clears the answers Y= M= X= B=
[Calculate Button] Y= 7 M= 9 X= 2 B= 4 //new values
[Store Button] //store new values in table
Table
Y= 8 M= 3 X= 5 B= 1
Y= 7 M= 9 X= 2 B= 4