I don't have any requests just please keep my name with the source so I can be recognized. Thanks it is pretty close to the real calculator reset here it is. Check the spacing mine could be a little off this is the first program I have typed up on the computer for my calculator. Each line in the " " s should contain 21 characters. You can figure it out. Please keep the following message together. Program Name: RESET Author: Ryan Baker Email: rbaker@mem.net Homepage: http://home.mem.net/~rbaker (when its up) Email me all that get this program please so I know what else to make, thanks!!! ClrText Locate 1,1,"*********************" Locate 1,2,"* RESET *" Locate 1,3,"*********************" Locate 1,6,"RESET ALL MEMORIES" Locate 1,7,"YES RESET ALL NO" Getkey Lbl 1 If Getkey=79 Then Locate 1,1,"*********************" Locate 1,2,"* *" Locate 1,3,"* RESET *" Locate 1,5,"* All MEMORIES! *" Locate 1,4,"* *" Locate 1,6,"* *" Locate 1,7,"*********************" Stop IfEnd If Getkey=29 Then ClrText " " Stop IfEnd Goto1 rbaker@mem.net Try to beat the system with this!!!