Search results

  1. R

    Quick Question - Dec Command

    Hi I'm just wondering if I use the dec command on a variable which is already 0, will it screw up my program let b1 = 0 if pinb.2 = 1 then dec b1 endif if b1 = 0 then goto main Thanks
  2. R

    Half Second TImer

    Hi, I am a newbie to the picaxe. I am trying to use the settimer funtion to jump out of a loop to make a beep sound every half a second. I have looked at some of the other posts, however none of them make any sense to me. I can use the settimer function before, so i know the basics. I would be...
Top