Msg: 4609 *Conference*
08-17-93 22:37:45
From: TRACY ALLEN
To : JOHN SOLON
Subj: CORRECTION
I just noticed that there was an error in that program I suggested for stuffing the keyboard buffer: A$="MYDATA":A=LEN(A$) FORI=1TOA:POKE65449+2*I,MID$(A$,I,1):POKE65450+2*I,0:NEXTI POKE65450,I Please replace the MID$(A$,I,1) with ASC(MID$(A$,I,1). Otherwise you will get a TypeMismatch error. I think I got is right in the CI$ message, but maybe not. Blind typing, chalk one up. The original is message 8723. -- Tracy