201. Configuring Escape key ~~~~~~~~~~~~~~~~~~~~~~ Have you ever wanted to disable , or totally clear the BASIC program in memory if Break is pressed? If you have, then the *FX200 command is what you want. There are four variations on the command: Command Action ------- ------ *FX200,0 Enable Escape, do not clear memory contents on Break (default setting) *FX200,1 Disable Escape *FX200,2 Clear memory on pressing Break *FX200,3 This combines the effects of *FX200,1 and *FX200,2 Don't forget to make sure your program works before you include these commands in it, otherwise you could lose valuable data, etc.. We hate to see grown men and women crying!