Msg: 4583 *Conference*
08-05-93 23:45:06
From: TRACY ALLEN
To : JOHN SOLON
Subj: REPLY TO MSG #4567 (KEYBOARD BUFFER)
Dear John: There is a routine for stuffing the keyboard buffer in your rampac manual. A$="MYDATA":A=LEN(A$) FORI=1TOA:POKE65449+2*I,MID$(A$,I,1):POKE65450+2*I,0:NEXTI POKE65450,I That is basically it. The letters of the string go in every other location, zeros in the in-between locations, and the length of the string in 65450. -- Tracy