01-03-2023, 03:57 PM
This use to be THE WAY to pause a program waiting for a key press.
Now days there are better ways unless you want to blow the dust off your CPU fan.
Code: (Select All)
Print "We will pause until you press some key..."
While Len(InKey$) = 0: Wend
Print "Hello World!"
Now days there are better ways unless you want to blow the dust off your CPU fan.
b = b + ...