Shop OBEX P1 Docs P2 Docs Learn Events
Questions on DEBUGIN — Parallax Forums

Questions on DEBUGIN

Steve JoblinSteve Joblin Posts: 784
edited 2006-10-05 12:52 in BASIC Stamp
When I use the DEBUGIN command, does the program essentially stop and wait for me to enter something before it moves to the next command?· Does it wait until a single key (any key)·is pressed, or does it wait for the "enter" key to be pressed after I type?· That is, if I wanted to type "hello", would debugin wait for the enter key to be pressed after I type the word "hello", or would it move on to the next command in my PBASIC program as soon as I type the "h" in "hello"?

Comments

  • Kevin WoodKevin Wood Posts: 1,266
    edited 2006-10-05 12:52
    Check out the help file in the Stamp IDE. It says that DEBUGIN is a special version of SERIN. You can use SERIN techniques with it, also.
Sign In or Register to comment.