I've been trying to write a bullet proof program that can not be broken out of
and the INKEY$ routine works great when Break is disabled except thatthe print
key causes a lockup trying to print the screen to the printer is there any way
to stop this since I don't have a printer? it's aggravating. Thanks
Da any way to keep this from happening since I don't Have a printer.
Thanks Dave J
Read the file POKES.100 in DL 4. In there it tells you how to disable the
print, shift-print function.
POKE64212,136:POKE64213,20 disables, POKE64212,243:POKE64213,127
enables. Both pokes have to be in the same line or you risk a cold-start.
rowlfe