integer limits

How do I set high and low limits or an Integer?

such as only count down to 1

and only count up to 8

How do I set high and low limits or an Integer?

such as only count down to 1

and only count up to 8

Nothing automatic that can do that. You can write if statements to test if your varialbles are in range or not, and take action to set them to another inrange value or not allow them to go outside your limits.

Lefty

check - http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1240359320
give it a try