Things.bas is a basic program to keep notes to yourself. I think it is fairly self-explanatory. You have to pick a "Key" for each item, then the program can find that item again with the Key, or it can find all items with the same key. You can also list the keys. It uses a data file 50 items long called Things.dat. If you copy to a disk without "things.dat", remember to create it (Use W on the main menu). If you want to use several different data files then change the first lines of the program to allow you to input a file name. %