Search results

  1. N

    random varible

    I'm trying to figure out how to get a variable to generate a random value between 1 and 4 then turn on a bulb that corresponds to that value but so far I'm just getting syntax errors, if you can point out the faults I would be very thankful symbol delta = b0 max; b0 = 4 min; b0 = 1 random delta...
  2. N

    help on code (closed)

    I'm a complete noob to picaxe and I'm in need of some help for a bit of code, I am using a 18m2 and I'm trying to get it to use the count basic command but i am getting syntax errors and am unsure how to resolve it. the code I have so far is: symbol (VaribleA = 0) count (C.2, 25000, VaribleA)...
Top