Shop OBEX P1 Docs P2 Docs Learn Events
New Novice User having difficulty with Eeprom Navigation — Parallax Forums

New Novice User having difficulty with Eeprom Navigation

TravisTSTravisTS Posts: 2
edited 2005-01-05 01:34 in Robotics
Bought BOE-BOT·kit for son for Xmas.· Neither of us have programing background.· Son·totally engrossed with building and programing until hit snag with EepromNavation.bs2 example program on page 149 of book.··Syntax of:·DO UNTIL (instruction = "Q") results in error.· DEBUG·of syntax not successfull either.··Can anyone help and become my son's on-line mentor.shakehead.gif

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-01-05 01:01
    Make sure that you have this in your program:

    ' {$PBASIC 2.5}

    The 2.5 syntax is required for DO-LOOP

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas, TX· USA
  • TravisTSTravisTS Posts: 2
    edited 2005-01-05 01:34
    found typo - thanks. We appreciate your support. Ran and everthing ok. on to next lesson program
Sign In or Register to comment.