Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/07 17:41
Read: times


 
#133178 - Help on counting backwards
Responding to: ???'s previous message
If you want to count downwards do the following:

Say the max value is 10.

You want to decrement the number 6 with 1 which will give you 5.

Substract the 6 from the max number.

10 - 6 = 4

Add the value you want it to decrement (1).

4 + 1 = 5

Substract the result from the max number

10 - 5 = 5

You want to decrement the number 6 with 5 which will give you 1.

What to do:

10 - 6 = 4

4 + 5 = 9

10 - 9 = 1

List of 7 messages in thread
TopicAuthorDate
Need HELP!!!            01/01/70 00:00      
   Your timers don\'t need to count backwards            01/01/70 00:00      
   Help on counting backwards            01/01/70 00:00      
      You lost me!            01/01/70 00:00      
      What!?!?!?!?!?            01/01/70 00:00      
         I'm glad it's not just me, then!            01/01/70 00:00      
      Hmph?            01/01/70 00:00      

Back to Subject List