Search results

  1. M

    Syntax error

    Thanks. Getting another syntax error here though, unsure how to fix if ALL_SENSORS_PICKING_UP_OBJECT = 1 then ^ Syntax error on line 34 at/before position 32 Error: syntax error
  2. M

    Syntax error

    Thanks that fixed it. However, I am now getting a syntax error here: if ;pingDistance1 > DISTANCE_THRESHOLD && ;pingDistance2 > DISTANCE_THRESHOLD && ;pingDistance3 > DISTANCE_THRESHOLD then...
  3. M

    Syntax error

    I am using the 14m2 with 3 ultrasonic sensors and I get this message while trying to run the code: symbol pingDistance1, pingDistance2, pingDistance3 ^ Syntax error on line 7 at/before position 21 Error: syntax error Here is my code that I am using...
Top