John W Ful Wed Jan 30 2008 at 2:33 pm Syntax of this...
What I have done is: I put
k$ = INPUT$(1) before the NEXT COUNT in the SUB
This makes the screen scroll down one record each time a key is pressed.
How would I use the following:
Use INKEY$ to check for the key being pressed. CHR$(0) + "H" is up, CHR$(0) + "P" is down. to allow me to hold down a button to make the program scroll up, or down--and when releasing the button the scrolling stops.
Could you write this code in it's proper syntax and tell me where I should put it? "Same place as my previous
k$ = INPUT$(1) code?
Thanks,
John W Ful
|