This program is very simple to use. It is designed for children which are learning the alphabet. To use the program, key in the command "ABC". Enter the child's name when requested. When the large letter appears on the screen, ask the child to press the matching keyboard key. Learning can be fun for the child as well as yourself. This was coded for use on a Kaypro computer. The "clear screen and cursor home" is ASCII character 26 ( print chr$(26) ), so if 26 will not clear the screen and home the cursor on your machine, you will more than likely have a very messy screen by the time the second or third letter comes around. If this is the case, and you really would like to have the program work correctly for your child, leave me a message and I will download the source code for you. You can then change the chr$(26) to whatever your machine takes. The source is in M-Basic and the object file is compiled M-Basic. Gary R. Stewart April 03, 1986