Shop OBEX P1 Docs P2 Docs Learn Events
Hello all question — Parallax Forums

Hello all question

BadgerBadger Posts: 184
edited 2008-08-23 22:52 in BASIC Stamp
hey

is there anyone here remember the old inkey$ statement in the old basic. i was wondering is there thing or a way to write code to be able to do this.. I find it rather time consuming to type end and rerun my program each time i want it to stop.. i would like to set up something like this written in the old basic way.

10 let x = inkey$
20 x = ""
30 print "this is a old basic program"
40 if x <> "" then end
50 goto 30

well if that would work in basic i can hardly remember but i think you get the idea

Badger

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2008-08-23 22:52
    Use DEBUGIN for keyboard input.· [noparse][[/noparse]And that's your cue to study DEBUGIN in PBASIC Help.]
Sign In or Register to comment.