[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II Random Events?
Dave Althoff writes ...
>
....
>
> You see, you wait for the keypress by watching the keyboard input location
> as usual. Once the keystroke arrives, if you don't clear the strobe, you
> can issue a GET instruction. GET will wait for the keypress, but since
> the keypress has already arrived (you made sure of that by waiting until
> it arrived before you called GET), GET never has a chance to display the
> cursor. Instead, it passes the keypress straight to your string variable
> and clears the keyboard strobe for you.
>
> Just another short-cut from a long-time Applesoft Ace...
....
Neat trick!
Rubywand