We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What command should I use to make my program pause until the user presses a key?
#11
(translated by Google translator)

This will not necessarily result in the processor being idle.
While the Program is waiting for a key to be pressed, the Program can execute the Pause Method, or the Program can execute any other code you want.
As soon as the “Key Pressed” event handler routine determines that a key has been pressed, the routine will perform the actions that you wrote in the handler code.

Give us the specific code so we can fix it easily.  Shy
Reply


Messages In This Thread
RE: What command should I use to make my program pause until the user presses a key? - by AbsoluteBeginner - 06-26-2024, 03:18 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)