Shop OBEX P1 Docs P2 Docs Learn Events
What book do you use? — Parallax Forums

What book do you use?

ERMERM Posts: 34
edited 2005-07-21 01:04 in BASIC Stamp
Where can I find a list of commands and samples that you use like:

Main:
· DO : LOOP UNTIL (StartBtn = 1)
· timer = 0
· DO WHILE (StartBtn = 1)
··· PAUSE 100
··· timer = timer + 1
· LOOP
· IF (timer < 30) THEN Main

These types of examples·are not listed in the basic stamp manual.· What books would you recommend or is there a web site?

Comments

Sign In or Register to comment.