Recent content by N0B0DY-1N-P4RT1CUL4R

  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)

    thank you for the help i have finally worked out the errors in the system
  3. N

    help on code (closed)

    ive changed the code a tad but the premise is still the same. symbol varibleA = 0 COUNT C.2, 5000, varibleA
  4. N

    help on code (closed)

    the chip is set as 18m2 and its still a syntax error
  5. N

    help on code (closed)

    I’ve solved the variable problem and I tried without the brackets but there seems to be a problem with the c as that’s where the syntax always appears
  6. N

    help on code (closed)

    I've figured out the varible but i still get a syntax error on the count code, its at/before position 7 and seems to be the C and im unsure why
  7. 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