Search results

  1. J

    for...next loop

    Hello, im using a for next loop and im trying to use the exit command to terminate the loop early. I expected after the exit command was used it would jump to the line after the for next loop, but it seems to jump right back to the start! Here's the code: label_1: let w6 = w6 + 10 let outpins...
  2. J

    PICAXE memory

    Hello, is there anyway of storing memory on the PICAXE so that when it is reset or disconnected from the power supply, it will still recall the data, like it does with the BASIC program? Many thanks
  3. J

    Picaxe 18X outputs

    Hello, i'm building a product using a picaxe 18x and have realised I require 9 outputs. I've consulted one of the information sheets on rev-ed (http://www.rev-ed.co.uk/docs/axe001_xparts.pdf) and it states that the picaxe 18x does have 9 outputs. The problem is I can't find the 9th output, the...
  4. J

    Using Variables

    Hiya, I'm writing a program on logicator for a metronome and for the sake of simplifying the program I want to use variables to control the wait time (which would control the tempo of the metronome). The problem is that it appears to be impossible to assign non-integer values to a variable. do...
Top