I just want to ask a question; how to you tell a variable to add a numeric digit to its current sum without it just displaying "+1" or whatever I try? Hope I was clear enough.
I just want to ask a question; how to you tell a variable to add a numeric digit to its current sum without it just displaying "+1" or whatever I try? Hope I was clear enough.
for the value put:
whatever the variable name is + 1
and make sure it's an expression. Change the "abc" on the side to "="
Well, it is still not working... =( But I'll try again.