stepwise adding/subtracting numbers
Hi!
I would like to create an math app so that you stepwise add/subtract a number in two numberboxes with two different initial numbers.
like in patch below (which not working, just for explaining)
I'm not exactly sure what you're asking, but the [accum] object is pretty flexible for this sort of thing.
ok.
For example:
Say I got two numbers in two different number boxes, say:
[> 10] [> 20].
Then I want to increase or decrease these stepwise so like [+ 1] both increase 1 and [- 1] both decrease 1.
understand?
Yeah. Chris is right. The accum object will be your friend.
In another thread, I was accused of some sort of disloyalty to the IncDec object (which I wrote.) Here's a very IncDec-centric solution to your problem:
send the current state, -1, and 1 to [accum].
or use [110.indec].