Shop OBEX P1 Docs P2 Docs Learn Events
UNTIL/WHILE statements — Parallax Forums

UNTIL/WHILE statements

FlyingFishFingerFlyingFishFinger Posts: 461
edited 2005-07-08 02:58 in BASIC Stamp
Hello!
In the BS2p, do the commands WHILE and UNTIL exist for using in loops?
Ex.:
DO
...
...
LOOP WHILE ... or LOOP UNTIL...
Thanks!

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-07-08 00:19
    According to the manual and help file they do (hint, hint).· And EXIT allows you to terminate a loop early.




    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • FlyingFishFingerFlyingFishFinger Posts: 461
    edited 2005-07-08 02:27
    Yeah well then I must not have looked properly or I have an old manual version...
    Thanks!
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-07-08 02:58
    Our updated docs are always online and free to download.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
Sign In or Register to comment.