Home » CEEFAX disks » telesoftware2.adl » D\INFO
D\INFO
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » CEEFAX disks » telesoftware2.adl |
Filename: | D\INFO |
Read OK: | ✔ |
File size: | 26AA bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
DIARY KEEPER by ROB ANDERSON. INTRODUCTION. Diary keeper is effectively an electronic diary which enables you to keep a record of the events that have happened, or are going to happen, during any specified year. By firstly setting up a diary for a given year, diary keeper will automatically calculate the first day of that year (while taking into account Leap years) and then create an empty data file on disc of all the days of the year. Once this has been done the user can make entries for any day of the year, and they will be stored on disc. Various tasks can be performed on these entries, which include a powerful search routine that enables, for example, the user to find out when anyone's birthday is in the year. These facilities are now described in detail. SPECIFICATION. Diary Keeper is a BASIC program that stores a maximum of 366 records (one record for every day of the year) on disc, each record being 158 bytes long. Thus, one year takes up (after taking into account other pieces of data that must be stored) = (158 * 366) +35 = 57863 bytes. To access the records, standard BASIC filing system commands are used (i.e. PRINT# etc.), which provides good access time to the records. All the features of Diary Keeper are accessable using various menus, and there now follows a summary of the commands available in these menus, including how they are used and a brief description of how they are implemented in the system. COMMAND DESCRIPTION. MAIN COMMAND MENU : 1. LOAD DIARY. To access records of a previously saved diary, use this command which will load in a block a 50 records (from January 1 to 19 February), after which the user can edit the records as described below. When loading you will first be asked for the password of the diary file (which you will have thought up when the file was created), and failure to enter the correct password will result in the computer not allowing access to that file. 2. INITIALISE DIARY. Before Diary Keeper can be used you must first initialise a diary file where the records are to be kept. Upon accessing this option, you will first be asked for the filename of the file that is to be created (HINT: Give a filename representing the year of the file; e.g. filename = "1987"), and then the year that the diary is to keep must be entered. After this a password must be entered which must only be known to the person who is creating the file, and must be remembered because it will be asked for everytime you use the LOAD option (N.B. If you have no security risk just press RETURN as the password). The program will then create a file on Page 1 DIARY KEEPER by ROB ANDERSON. disc, which will take about 1.5 minutes, but as this operation only has to be carried out usually once a year, the time involved is of no consequence. 3. SUBSET MENU Subsets are a special feature of Diary Keeper that enable a number of records to be processed all at once. For example, while browsing through the diary you may suddenly decide to obtain a printout of 5th JANUARY, which could be done by placing the edit mode cursor (shown in yellow) on this date, and then pressing 'P' which will place this into the subset. Then, by pressing '6' in the subset menu, a printout may be obtained of JAN 5th. This procedure may seem a little complicated for just one record, but it becomes extremely useful when, for example, a search is performed on the diary for all occurrences of the string 'BIRTHDAY', during which the search routine will place all records that contain 'BIRTHDAY' into the subset, after which the whole subset may be printed at the flick of a key. 4. OPERATING SYSTEM COMMAND. By pressing '4' or '*' in the main menu it is possible to access operating system commands. This is useful if a catalogue of the disc is required etc., but you must be careful that the command you enter does not corrupt any memory. 5. EXIT. When an editing session is finished, it is important that you press '5' to exit the program, so that the data file is closed properly, otherwise some information in the diary could be lost. SUBSET MENU : 1. ALL RECORDS IN SUBSET. Places all the records in the subset. Thus, to obtain a printout of the whole diary simply enter the subset menu and press '1' and then '6'. 2. NO RECORDS IN SUBSET. Removes all records in the subset. 3. LOAD SUBSET. This enables a previously saved subset to be re-loaded into memory. Note that a subset is not made up of the actual records themselves because the computer memory could not store them all, but rather the record number of each record is stored, and thus a subset file is very small (366 bytes). 4. SAVE SUBSET. Once a subset is created it may be useful to save it to disc, which is what this command does. For example, if a search had just been carried out for all the occurrences of 'BIRTHDAY', the subset could then be saved, afterwhich whenever a list of all the birthdays in the file is required, you simply load in the subset and print it. Note that each subset must match up to its corresponding diary file from which it was generated. (HINT: you could keep each diary file under the filename e.g. "D.1987", and all Page 2 DIARY KEEPER by ROB ANDERSON. corresponding subsets under the filenames "S.1987-1", "S.1987-2" etc.) 5. DIARY SEARCH. This option enables a search to be performed on all the records in the current file by asking the user for a search string, afterwhich any occurrence of this string ANYWHERE in a record will result in that record being placed in the subset. 6. PRINT SUBSET. This will send all entries currently represented in the diary subset out to the printer. 7. SPOOL SUBSET. This will spool all entries currently represented in the diary subset out to the printer. This option is useful, for example, if you want to further-process the diary entries in a word-processor. 8. RETURN TO MAIN MENU. Passes control back to the main menu. DIARY EDIT MODE COMMANDS : ARROW KEYS (UP & DOWN) - Scroll diary. By pressing either the up or down arrow keys in diary edit mode the current entries displayed ( three at a time ) will be scrolled. ESCAPE - Return to main menu. Press ESCAPE to return to the main menu. P - Place entry in subset. Pressing 'P' will place the record currently shown in the display window into the subset. C - Change entry. Use this to enter or edit text in the currently displayed record. Upon pressing 'RETURN', the record will be saved to disc. J - Jump to date. This enables the user to move to a desired date quickly, without having to single step through every record. You will be asked for the month that you want to jump to, afterwhich all the days within that month are loaded into memory so that access can easily be obtained of the required day using the cursor keys. Page 3 DIARY KEEPER by ROB ANDERSON. COMMAND SUMMARY MAIN COMMAND MENU : 1. LOAD DIARY. 2. INITIALISE DIARY. 3. SUBSET MENU 4. OPERATING SYSTEM COMMAND. 5. EXIT. SUBSET MENU : 1. ALL RECORDS IN SUBSET. 2. NO RECORDS IN SUBSET. 3. LOAD SUBSET. 4. SAVE SUBSET. 5. DIARY SEARCH. 6. PRINT SUBSET. 7. SPOOL SUBSET. 8. RETURN TO MAIN MENU. DIARY EDIT MODE COMMANDS : ARROW KEYS (UP & DOWN) - Scroll diary. ESCAPE - Return to main menu. P - Place entry in subset. C - Change entry. J - Jump to date. R.S.ANDERSON. JAN 1987. Page 4
00000000 0d 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 00000010 20 20 20 20 20 20 20 20 20 20 44 49 41 52 59 20 | DIARY | 00000020 4b 45 45 50 45 52 20 62 79 20 52 4f 42 20 41 4e |KEEPER by ROB AN| 00000030 44 45 52 53 4f 4e 2e 0d 0d 0d 0d 20 20 20 20 49 |DERSON..... I| 00000040 4e 54 52 4f 44 55 43 54 49 4f 4e 2e 20 0d 20 20 |NTRODUCTION. . | 00000050 20 20 20 0d 20 20 20 20 20 20 20 20 20 44 69 61 | . Dia| 00000060 72 79 20 6b 65 65 70 65 72 20 69 73 20 65 66 66 |ry keeper is eff| 00000070 65 63 74 69 76 65 6c 79 20 61 6e 20 65 6c 65 63 |ectively an elec| 00000080 74 72 6f 6e 69 63 20 64 69 61 72 79 20 77 68 69 |tronic diary whi| 00000090 63 68 20 65 6e 61 62 6c 65 73 20 79 6f 75 20 0d |ch enables you .| 000000a0 20 20 20 20 74 6f 20 6b 65 65 70 20 61 20 72 65 | to keep a re| 000000b0 63 6f 72 64 20 6f 66 20 74 68 65 20 65 76 65 6e |cord of the even| 000000c0 74 73 20 74 68 61 74 20 68 61 76 65 20 68 61 70 |ts that have hap| 000000d0 70 65 6e 65 64 2c 20 6f 72 20 61 72 65 20 67 6f |pened, or are go| 000000e0 69 6e 67 20 74 6f 20 0d 20 20 20 20 68 61 70 70 |ing to . happ| 000000f0 65 6e 2c 20 64 75 72 69 6e 67 20 61 6e 79 20 73 |en, during any s| 00000100 70 65 63 69 66 69 65 64 20 79 65 61 72 2e 20 0d |pecified year. .| 00000110 20 20 20 20 20 0d 20 20 20 20 20 20 20 20 20 42 | . B| 00000120 79 20 66 69 72 73 74 6c 79 20 73 65 74 74 69 6e |y firstly settin| 00000130 67 20 75 70 20 61 20 64 69 61 72 79 20 66 6f 72 |g up a diary for| 00000140 20 61 20 67 69 76 65 6e 20 79 65 61 72 2c 20 64 | a given year, d| 00000150 69 61 72 79 20 6b 65 65 70 65 72 20 77 69 6c 6c |iary keeper will| 00000160 20 0d 20 20 20 20 61 75 74 6f 6d 61 74 69 63 61 | . automatica| 00000170 6c 6c 79 20 63 61 6c 63 75 6c 61 74 65 20 74 68 |lly calculate th| 00000180 65 20 66 69 72 73 74 20 64 61 79 20 6f 66 20 74 |e first day of t| 00000190 68 61 74 20 79 65 61 72 20 28 77 68 69 6c 65 20 |hat year (while | 000001a0 74 61 6b 69 6e 67 20 69 6e 74 6f 20 0d 20 20 20 |taking into . | 000001b0 20 61 63 63 6f 75 6e 74 20 4c 65 61 70 20 79 65 | account Leap ye| 000001c0 61 72 73 29 20 61 6e 64 20 74 68 65 6e 20 63 72 |ars) and then cr| 000001d0 65 61 74 65 20 61 6e 20 65 6d 70 74 79 20 64 61 |eate an empty da| 000001e0 74 61 20 66 69 6c 65 20 6f 6e 20 64 69 73 63 20 |ta file on disc | 000001f0 6f 66 20 61 6c 6c 20 0d 20 20 20 20 74 68 65 20 |of all . the | 00000200 64 61 79 73 20 6f 66 20 74 68 65 20 79 65 61 72 |days of the year| 00000210 2e 20 4f 6e 63 65 20 74 68 69 73 20 68 61 73 20 |. Once this has | 00000220 62 65 65 6e 20 64 6f 6e 65 20 74 68 65 20 75 73 |been done the us| 00000230 65 72 20 63 61 6e 20 6d 61 6b 65 20 0d 20 20 20 |er can make . | 00000240 20 65 6e 74 72 69 65 73 20 66 6f 72 20 61 6e 79 | entries for any| 00000250 20 64 61 79 20 6f 66 20 74 68 65 20 79 65 61 72 | day of the year| 00000260 2c 20 61 6e 64 20 74 68 65 79 20 77 69 6c 6c 20 |, and they will | 00000270 62 65 20 73 74 6f 72 65 64 20 6f 6e 20 64 69 73 |be stored on dis| 00000280 63 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 20 20 |c. . . | 00000290 20 20 20 56 61 72 69 6f 75 73 20 74 61 73 6b 73 | Various tasks| 000002a0 20 63 61 6e 20 62 65 20 70 65 72 66 6f 72 6d 65 | can be performe| 000002b0 64 20 6f 6e 20 74 68 65 73 65 20 65 6e 74 72 69 |d on these entri| 000002c0 65 73 2c 20 77 68 69 63 68 20 69 6e 63 6c 75 64 |es, which includ| 000002d0 65 20 61 20 0d 20 20 20 20 70 6f 77 65 72 66 75 |e a . powerfu| 000002e0 6c 20 73 65 61 72 63 68 20 72 6f 75 74 69 6e 65 |l search routine| 000002f0 20 74 68 61 74 20 65 6e 61 62 6c 65 73 2c 20 66 | that enables, f| 00000300 6f 72 20 65 78 61 6d 70 6c 65 2c 20 74 68 65 20 |or example, the | 00000310 75 73 65 72 20 74 6f 20 66 69 6e 64 20 0d 20 20 |user to find . | 00000320 20 20 6f 75 74 20 77 68 65 6e 20 61 6e 79 6f 6e | out when anyon| 00000330 65 27 73 20 62 69 72 74 68 64 61 79 20 69 73 20 |e's birthday is | 00000340 69 6e 20 74 68 65 20 79 65 61 72 2e 20 54 68 65 |in the year. The| 00000350 73 65 20 66 61 63 69 6c 69 74 69 65 73 20 61 72 |se facilities ar| 00000360 65 20 6e 6f 77 20 0d 20 20 20 20 64 65 73 63 72 |e now . descr| 00000370 69 62 65 64 20 69 6e 20 64 65 74 61 69 6c 2e 20 |ibed in detail. | 00000380 0d 20 20 20 20 20 0d 20 20 20 20 53 50 45 43 49 |. . SPECI| 00000390 46 49 43 41 54 49 4f 4e 2e 20 0d 20 20 20 20 20 |FICATION. . | 000003a0 0d 20 20 20 20 20 20 20 20 20 44 69 61 72 79 20 |. Diary | 000003b0 4b 65 65 70 65 72 20 69 73 20 61 20 42 41 53 49 |Keeper is a BASI| 000003c0 43 20 70 72 6f 67 72 61 6d 20 74 68 61 74 20 73 |C program that s| 000003d0 74 6f 72 65 73 20 61 20 6d 61 78 69 6d 75 6d 20 |tores a maximum | 000003e0 6f 66 20 33 36 36 20 0d 20 20 20 20 72 65 63 6f |of 366 . reco| 000003f0 72 64 73 20 28 6f 6e 65 20 72 65 63 6f 72 64 20 |rds (one record | 00000400 66 6f 72 20 65 76 65 72 79 20 64 61 79 20 6f 66 |for every day of| 00000410 20 74 68 65 20 79 65 61 72 29 20 6f 6e 20 64 69 | the year) on di| 00000420 73 63 2c 20 65 61 63 68 20 72 65 63 6f 72 64 20 |sc, each record | 00000430 0d 20 20 20 20 62 65 69 6e 67 20 31 35 38 20 62 |. being 158 b| 00000440 79 74 65 73 20 6c 6f 6e 67 2e 20 54 68 75 73 2c |ytes long. Thus,| 00000450 20 6f 6e 65 20 79 65 61 72 20 74 61 6b 65 73 20 | one year takes | 00000460 75 70 20 28 61 66 74 65 72 20 74 61 6b 69 6e 67 |up (after taking| 00000470 20 69 6e 74 6f 20 0d 20 20 20 20 61 63 63 6f 75 | into . accou| 00000480 6e 74 20 6f 74 68 65 72 20 70 69 65 63 65 73 20 |nt other pieces | 00000490 6f 66 20 64 61 74 61 20 74 68 61 74 20 6d 75 73 |of data that mus| 000004a0 74 20 62 65 20 73 74 6f 72 65 64 29 20 3d 20 28 |t be stored) = (| 000004b0 31 35 38 20 2a 20 33 36 36 29 20 2b 33 35 20 3d |158 * 366) +35 =| 000004c0 20 0d 20 20 20 20 35 37 38 36 33 20 62 79 74 65 | . 57863 byte| 000004d0 73 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 20 20 |s. . . | 000004e0 20 20 20 54 6f 20 61 63 63 65 73 73 20 74 68 65 | To access the| 000004f0 20 72 65 63 6f 72 64 73 2c 20 73 74 61 6e 64 61 | records, standa| 00000500 72 64 20 42 41 53 49 43 20 66 69 6c 69 6e 67 20 |rd BASIC filing | 00000510 73 79 73 74 65 6d 20 63 6f 6d 6d 61 6e 64 73 20 |system commands | 00000520 61 72 65 20 0d 20 20 20 20 75 73 65 64 20 28 69 |are . used (i| 00000530 2e 65 2e 20 50 52 49 4e 54 23 20 65 74 63 2e 29 |.e. PRINT# etc.)| 00000540 2c 20 77 68 69 63 68 20 70 72 6f 76 69 64 65 73 |, which provides| 00000550 20 67 6f 6f 64 20 61 63 63 65 73 73 20 74 69 6d | good access tim| 00000560 65 20 74 6f 20 74 68 65 20 0d 20 20 20 20 72 65 |e to the . re| 00000570 63 6f 72 64 73 2e 20 0d 20 20 20 20 20 0d 20 20 |cords. . . | 00000580 20 20 20 20 20 20 20 41 6c 6c 20 74 68 65 20 66 | All the f| 00000590 65 61 74 75 72 65 73 20 6f 66 20 44 69 61 72 79 |eatures of Diary| 000005a0 20 4b 65 65 70 65 72 20 61 72 65 20 61 63 63 65 | Keeper are acce| 000005b0 73 73 61 62 6c 65 20 75 73 69 6e 67 20 76 61 72 |ssable using var| 000005c0 69 6f 75 73 20 0d 20 20 20 20 6d 65 6e 75 73 2c |ious . menus,| 000005d0 20 61 6e 64 20 74 68 65 72 65 20 6e 6f 77 20 66 | and there now f| 000005e0 6f 6c 6c 6f 77 73 20 61 20 73 75 6d 6d 61 72 79 |ollows a summary| 000005f0 20 6f 66 20 74 68 65 20 63 6f 6d 6d 61 6e 64 73 | of the commands| 00000600 20 61 76 61 69 6c 61 62 6c 65 20 69 6e 20 0d 20 | available in . | 00000610 20 20 20 74 68 65 73 65 20 6d 65 6e 75 73 2c 20 | these menus, | 00000620 69 6e 63 6c 75 64 69 6e 67 20 68 6f 77 20 74 68 |including how th| 00000630 65 79 20 61 72 65 20 75 73 65 64 20 61 6e 64 20 |ey are used and | 00000640 61 20 62 72 69 65 66 20 64 65 73 63 72 69 70 74 |a brief descript| 00000650 69 6f 6e 20 6f 66 20 0d 20 20 20 20 68 6f 77 20 |ion of . how | 00000660 74 68 65 79 20 61 72 65 20 69 6d 70 6c 65 6d 65 |they are impleme| 00000670 6e 74 65 64 20 69 6e 20 74 68 65 20 73 79 73 74 |nted in the syst| 00000680 65 6d 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 43 |em. . . C| 00000690 4f 4d 4d 41 4e 44 20 44 45 53 43 52 49 50 54 49 |OMMAND DESCRIPTI| 000006a0 4f 4e 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 4d |ON. . . M| 000006b0 41 49 4e 20 43 4f 4d 4d 41 4e 44 20 4d 45 4e 55 |AIN COMMAND MENU| 000006c0 20 3a 20 0d 20 20 20 20 20 0d 20 20 20 20 31 2e | : . . 1.| 000006d0 20 4c 4f 41 44 20 44 49 41 52 59 2e 20 0d 20 20 | LOAD DIARY. . | 000006e0 20 20 20 20 20 20 20 54 6f 20 61 63 63 65 73 73 | To access| 000006f0 20 72 65 63 6f 72 64 73 20 6f 66 20 61 20 70 72 | records of a pr| 00000700 65 76 69 6f 75 73 6c 79 20 73 61 76 65 64 20 64 |eviously saved d| 00000710 69 61 72 79 2c 20 75 73 65 20 74 68 69 73 20 63 |iary, use this c| 00000720 6f 6d 6d 61 6e 64 20 0d 20 20 20 20 20 20 20 20 |ommand . | 00000730 20 20 20 20 20 20 77 68 69 63 68 20 77 69 6c 6c | which will| 00000740 20 6c 6f 61 64 20 69 6e 20 61 20 62 6c 6f 63 6b | load in a block| 00000750 20 61 20 35 30 20 72 65 63 6f 72 64 73 20 28 66 | a 50 records (f| 00000760 72 6f 6d 20 4a 61 6e 75 61 72 79 20 31 20 74 6f |rom January 1 to| 00000770 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | . | 00000780 31 39 20 46 65 62 72 75 61 72 79 29 2c 20 61 66 |19 February), af| 00000790 74 65 72 20 77 68 69 63 68 20 74 68 65 20 75 73 |ter which the us| 000007a0 65 72 20 63 61 6e 20 65 64 69 74 20 74 68 65 20 |er can edit the | 000007b0 72 65 63 6f 72 64 73 20 61 73 20 0d 20 20 20 20 |records as . | 000007c0 20 20 20 20 20 20 20 20 20 20 64 65 73 63 72 69 | descri| 000007d0 62 65 64 20 62 65 6c 6f 77 2e 20 57 68 65 6e 20 |bed below. When | 000007e0 6c 6f 61 64 69 6e 67 20 79 6f 75 20 77 69 6c 6c |loading you will| 000007f0 20 66 69 72 73 74 20 62 65 20 61 73 6b 65 64 20 | first be asked | 00000800 66 6f 72 20 0d 20 20 20 20 20 20 20 20 20 20 20 |for . | 00000810 20 20 20 74 68 65 20 70 61 73 73 77 6f 72 64 20 | the password | 00000820 6f 66 20 74 68 65 20 64 69 61 72 79 20 66 69 6c |of the diary fil| 00000830 65 20 28 77 68 69 63 68 20 79 6f 75 20 77 69 6c |e (which you wil| 00000840 6c 20 68 61 76 65 20 74 68 6f 75 67 68 74 20 0d |l have thought .| 00000850 20 20 20 20 20 20 20 20 20 20 20 20 20 20 75 70 | up| 00000860 20 77 68 65 6e 20 74 68 65 20 66 69 6c 65 20 77 | when the file w| 00000870 61 73 20 63 72 65 61 74 65 64 29 2c 20 61 6e 64 |as created), and| 00000880 20 66 61 69 6c 75 72 65 20 74 6f 20 65 6e 74 65 | failure to ente| 00000890 72 20 74 68 65 20 0d 20 20 20 20 20 20 20 20 20 |r the . | 000008a0 20 20 20 20 20 63 6f 72 72 65 63 74 20 70 61 73 | correct pas| 000008b0 73 77 6f 72 64 20 77 69 6c 6c 20 72 65 73 75 6c |sword will resul| 000008c0 74 20 69 6e 20 74 68 65 20 63 6f 6d 70 75 74 65 |t in the compute| 000008d0 72 20 6e 6f 74 20 61 6c 6c 6f 77 69 6e 67 20 0d |r not allowing .| 000008e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 61 63 | ac| 000008f0 63 65 73 73 20 74 6f 20 74 68 61 74 20 66 69 6c |cess to that fil| 00000900 65 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 32 2e |e. . . 2.| 00000910 20 49 4e 49 54 49 41 4c 49 53 45 20 44 49 41 52 | INITIALISE DIAR| 00000920 59 2e 20 0d 20 20 20 20 20 20 20 20 20 42 65 66 |Y. . Bef| 00000930 6f 72 65 20 44 69 61 72 79 20 4b 65 65 70 65 72 |ore Diary Keeper| 00000940 20 63 61 6e 20 62 65 20 75 73 65 64 20 79 6f 75 | can be used you| 00000950 20 6d 75 73 74 20 66 69 72 73 74 20 69 6e 69 74 | must first init| 00000960 69 61 6c 69 73 65 20 61 20 64 69 61 72 79 20 0d |ialise a diary .| 00000970 20 20 20 20 20 20 20 20 20 20 20 20 20 20 66 69 | fi| 00000980 6c 65 20 77 68 65 72 65 20 74 68 65 20 72 65 63 |le where the rec| 00000990 6f 72 64 73 20 61 72 65 20 74 6f 20 62 65 20 6b |ords are to be k| 000009a0 65 70 74 2e 20 55 70 6f 6e 20 61 63 63 65 73 73 |ept. Upon access| 000009b0 69 6e 67 20 74 68 69 73 20 0d 20 20 20 20 20 20 |ing this . | 000009c0 20 20 20 20 20 20 20 20 6f 70 74 69 6f 6e 2c 20 | option, | 000009d0 79 6f 75 20 77 69 6c 6c 20 66 69 72 73 74 20 62 |you will first b| 000009e0 65 20 61 73 6b 65 64 20 66 6f 72 20 74 68 65 20 |e asked for the | 000009f0 66 69 6c 65 6e 61 6d 65 20 6f 66 20 74 68 65 20 |filename of the | 00000a00 66 69 6c 65 20 0d 20 20 20 20 20 20 20 20 20 20 |file . | 00000a10 20 20 20 20 74 68 61 74 20 69 73 20 74 6f 20 62 | that is to b| 00000a20 65 20 63 72 65 61 74 65 64 20 28 48 49 4e 54 3a |e created (HINT:| 00000a30 20 47 69 76 65 20 61 20 66 69 6c 65 6e 61 6d 65 | Give a filename| 00000a40 20 72 65 70 72 65 73 65 6e 74 69 6e 67 20 0d 20 | representing . | 00000a50 20 20 20 20 20 20 20 20 20 20 20 20 20 74 68 65 | the| 00000a60 20 79 65 61 72 20 6f 66 20 74 68 65 20 66 69 6c | year of the fil| 00000a70 65 3b 20 65 2e 67 2e 20 66 69 6c 65 6e 61 6d 65 |e; e.g. filename| 00000a80 20 3d 20 22 31 39 38 37 22 29 2c 20 61 6e 64 20 | = "1987"), and | 00000a90 74 68 65 6e 20 74 68 65 20 0d 20 20 20 20 20 20 |then the . | 00000aa0 20 20 20 20 20 20 20 20 79 65 61 72 20 74 68 61 | year tha| 00000ab0 74 20 74 68 65 20 64 69 61 72 79 20 69 73 20 74 |t the diary is t| 00000ac0 6f 20 6b 65 65 70 20 6d 75 73 74 20 62 65 20 65 |o keep must be e| 00000ad0 6e 74 65 72 65 64 2e 20 41 66 74 65 72 20 74 68 |ntered. After th| 00000ae0 69 73 20 61 20 0d 20 20 20 20 20 20 20 20 20 20 |is a . | 00000af0 20 20 20 20 70 61 73 73 77 6f 72 64 20 6d 75 73 | password mus| 00000b00 74 20 62 65 20 65 6e 74 65 72 65 64 20 77 68 69 |t be entered whi| 00000b10 63 68 20 6d 75 73 74 20 6f 6e 6c 79 20 62 65 20 |ch must only be | 00000b20 6b 6e 6f 77 6e 20 74 6f 20 74 68 65 20 0d 20 20 |known to the . | 00000b30 20 20 20 20 20 20 20 20 20 20 20 20 70 65 72 73 | pers| 00000b40 6f 6e 20 77 68 6f 20 69 73 20 63 72 65 61 74 69 |on who is creati| 00000b50 6e 67 20 74 68 65 20 66 69 6c 65 2c 20 61 6e 64 |ng the file, and| 00000b60 20 6d 75 73 74 20 62 65 20 72 65 6d 65 6d 62 65 | must be remembe| 00000b70 72 65 64 20 0d 20 20 20 20 20 20 20 20 20 20 20 |red . | 00000b80 20 20 20 62 65 63 61 75 73 65 20 69 74 20 77 69 | because it wi| 00000b90 6c 6c 20 62 65 20 61 73 6b 65 64 20 66 6f 72 20 |ll be asked for | 00000ba0 65 76 65 72 79 74 69 6d 65 20 79 6f 75 20 75 73 |everytime you us| 00000bb0 65 20 74 68 65 20 4c 4f 41 44 20 0d 20 20 20 20 |e the LOAD . | 00000bc0 20 20 20 20 20 20 20 20 20 20 6f 70 74 69 6f 6e | option| 00000bd0 20 28 4e 2e 42 2e 20 49 66 20 79 6f 75 20 68 61 | (N.B. If you ha| 00000be0 76 65 20 6e 6f 20 73 65 63 75 72 69 74 79 20 72 |ve no security r| 00000bf0 69 73 6b 20 6a 75 73 74 20 70 72 65 73 73 20 52 |isk just press R| 00000c00 45 54 55 52 4e 20 0d 20 20 20 20 20 20 20 20 20 |ETURN . | 00000c10 20 20 20 20 20 61 73 20 74 68 65 20 70 61 73 73 | as the pass| 00000c20 77 6f 72 64 29 2e 20 54 68 65 20 70 72 6f 67 72 |word). The progr| 00000c30 61 6d 20 77 69 6c 6c 20 74 68 65 6e 20 63 72 65 |am will then cre| 00000c40 61 74 65 20 61 20 66 69 6c 65 20 6f 6e 20 0d 0d |ate a file on ..| 00000c50 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000c60 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000c70 20 20 20 20 20 50 61 67 65 20 31 0d 0d 0d 0d 0d | Page 1.....| 00000c80 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000c90 20 20 20 20 20 20 20 20 20 44 49 41 52 59 20 4b | DIARY K| 00000ca0 45 45 50 45 52 20 62 79 20 52 4f 42 20 41 4e 44 |EEPER by ROB AND| 00000cb0 45 52 53 4f 4e 2e 0d 0d 0d 0d 20 20 20 20 20 20 |ERSON..... | 00000cc0 20 20 20 20 20 20 20 20 64 69 73 63 2c 20 77 68 | disc, wh| 00000cd0 69 63 68 20 77 69 6c 6c 20 74 61 6b 65 20 61 62 |ich will take ab| 00000ce0 6f 75 74 20 31 2e 35 20 6d 69 6e 75 74 65 73 2c |out 1.5 minutes,| 00000cf0 20 62 75 74 20 61 73 20 74 68 69 73 20 0d 20 20 | but as this . | 00000d00 20 20 20 20 20 20 20 20 20 20 20 20 6f 70 65 72 | oper| 00000d10 61 74 69 6f 6e 20 6f 6e 6c 79 20 68 61 73 20 74 |ation only has t| 00000d20 6f 20 62 65 20 63 61 72 72 69 65 64 20 6f 75 74 |o be carried out| 00000d30 20 75 73 75 61 6c 6c 79 20 6f 6e 63 65 20 61 20 | usually once a | 00000d40 79 65 61 72 2c 20 0d 20 20 20 20 20 20 20 20 20 |year, . | 00000d50 20 20 20 20 20 74 68 65 20 74 69 6d 65 20 69 6e | the time in| 00000d60 76 6f 6c 76 65 64 20 69 73 20 6f 66 20 6e 6f 20 |volved is of no | 00000d70 63 6f 6e 73 65 71 75 65 6e 63 65 2e 20 0d 20 20 |consequence. . | 00000d80 20 20 20 0d 20 20 20 20 33 2e 20 53 55 42 53 45 | . 3. SUBSE| 00000d90 54 20 4d 45 4e 55 20 0d 20 20 20 20 20 20 20 20 |T MENU . | 00000da0 20 53 75 62 73 65 74 73 20 61 72 65 20 61 20 73 | Subsets are a s| 00000db0 70 65 63 69 61 6c 20 66 65 61 74 75 72 65 20 6f |pecial feature o| 00000dc0 66 20 44 69 61 72 79 20 4b 65 65 70 65 72 20 74 |f Diary Keeper t| 00000dd0 68 61 74 20 65 6e 61 62 6c 65 20 61 20 0d 20 20 |hat enable a . | 00000de0 20 20 20 20 20 20 20 20 20 20 20 20 6e 75 6d 62 | numb| 00000df0 65 72 20 6f 66 20 72 65 63 6f 72 64 73 20 74 6f |er of records to| 00000e00 20 62 65 20 70 72 6f 63 65 73 73 65 64 20 61 6c | be processed al| 00000e10 6c 20 61 74 20 6f 6e 63 65 2e 20 46 6f 72 20 65 |l at once. For e| 00000e20 78 61 6d 70 6c 65 2c 20 0d 20 20 20 20 20 20 20 |xample, . | 00000e30 20 20 20 20 20 20 20 77 68 69 6c 65 20 62 72 6f | while bro| 00000e40 77 73 69 6e 67 20 74 68 72 6f 75 67 68 20 74 68 |wsing through th| 00000e50 65 20 64 69 61 72 79 20 79 6f 75 20 6d 61 79 20 |e diary you may | 00000e60 73 75 64 64 65 6e 6c 79 20 64 65 63 69 64 65 20 |suddenly decide | 00000e70 74 6f 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 |to . | 00000e80 20 20 6f 62 74 61 69 6e 20 61 20 70 72 69 6e 74 | obtain a print| 00000e90 6f 75 74 20 6f 66 20 35 74 68 20 4a 41 4e 55 41 |out of 5th JANUA| 00000ea0 52 59 2c 20 77 68 69 63 68 20 63 6f 75 6c 64 20 |RY, which could | 00000eb0 62 65 20 64 6f 6e 65 20 62 79 20 0d 20 20 20 20 |be done by . | 00000ec0 20 20 20 20 20 20 20 20 20 20 70 6c 61 63 69 6e | placin| 00000ed0 67 20 74 68 65 20 65 64 69 74 20 6d 6f 64 65 20 |g the edit mode | 00000ee0 63 75 72 73 6f 72 20 28 73 68 6f 77 6e 20 69 6e |cursor (shown in| 00000ef0 20 79 65 6c 6c 6f 77 29 20 6f 6e 20 74 68 69 73 | yellow) on this| 00000f00 20 64 61 74 65 2c 20 0d 20 20 20 20 20 20 20 20 | date, . | 00000f10 20 20 20 20 20 20 61 6e 64 20 74 68 65 6e 20 70 | and then p| 00000f20 72 65 73 73 69 6e 67 20 27 50 27 20 77 68 69 63 |ressing 'P' whic| 00000f30 68 20 77 69 6c 6c 20 70 6c 61 63 65 20 74 68 69 |h will place thi| 00000f40 73 20 69 6e 74 6f 20 74 68 65 20 73 75 62 73 65 |s into the subse| 00000f50 74 2e 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 |t. . | 00000f60 20 20 54 68 65 6e 2c 20 62 79 20 70 72 65 73 73 | Then, by press| 00000f70 69 6e 67 20 27 36 27 20 69 6e 20 74 68 65 20 73 |ing '6' in the s| 00000f80 75 62 73 65 74 20 6d 65 6e 75 2c 20 61 20 70 72 |ubset menu, a pr| 00000f90 69 6e 74 6f 75 74 20 6d 61 79 20 62 65 20 0d 20 |intout may be . | 00000fa0 20 20 20 20 20 20 20 20 20 20 20 20 20 6f 62 74 | obt| 00000fb0 61 69 6e 65 64 20 6f 66 20 4a 41 4e 20 35 74 68 |ained of JAN 5th| 00000fc0 2e 20 54 68 69 73 20 70 72 6f 63 65 64 75 72 65 |. This procedure| 00000fd0 20 6d 61 79 20 73 65 65 6d 20 61 20 6c 69 74 74 | may seem a litt| 00000fe0 6c 65 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 |le . | 00000ff0 20 20 63 6f 6d 70 6c 69 63 61 74 65 64 20 66 6f | complicated fo| 00001000 72 20 6a 75 73 74 20 6f 6e 65 20 72 65 63 6f 72 |r just one recor| 00001010 64 2c 20 62 75 74 20 69 74 20 62 65 63 6f 6d 65 |d, but it become| 00001020 73 20 65 78 74 72 65 6d 65 6c 79 20 0d 20 20 20 |s extremely . | 00001030 20 20 20 20 20 20 20 20 20 20 20 75 73 65 66 75 | usefu| 00001040 6c 20 77 68 65 6e 2c 20 66 6f 72 20 65 78 61 6d |l when, for exam| 00001050 70 6c 65 2c 20 61 20 73 65 61 72 63 68 20 69 73 |ple, a search is| 00001060 20 70 65 72 66 6f 72 6d 65 64 20 6f 6e 20 74 68 | performed on th| 00001070 65 20 64 69 61 72 79 20 0d 20 20 20 20 20 20 20 |e diary . | 00001080 20 20 20 20 20 20 20 66 6f 72 20 61 6c 6c 20 6f | for all o| 00001090 63 63 75 72 72 65 6e 63 65 73 20 6f 66 20 74 68 |ccurrences of th| 000010a0 65 20 73 74 72 69 6e 67 20 27 42 49 52 54 48 44 |e string 'BIRTHD| 000010b0 41 59 27 2c 20 64 75 72 69 6e 67 20 77 68 69 63 |AY', during whic| 000010c0 68 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |h . | 000010d0 20 74 68 65 20 73 65 61 72 63 68 20 72 6f 75 74 | the search rout| 000010e0 69 6e 65 20 77 69 6c 6c 20 70 6c 61 63 65 20 61 |ine will place a| 000010f0 6c 6c 20 72 65 63 6f 72 64 73 20 74 68 61 74 20 |ll records that | 00001100 63 6f 6e 74 61 69 6e 20 0d 20 20 20 20 20 20 20 |contain . | 00001110 20 20 20 20 20 20 20 27 42 49 52 54 48 44 41 59 | 'BIRTHDAY| 00001120 27 20 69 6e 74 6f 20 74 68 65 20 73 75 62 73 65 |' into the subse| 00001130 74 2c 20 61 66 74 65 72 20 77 68 69 63 68 20 74 |t, after which t| 00001140 68 65 20 77 68 6f 6c 65 20 73 75 62 73 65 74 20 |he whole subset | 00001150 6d 61 79 20 0d 20 20 20 20 20 20 20 20 20 20 20 |may . | 00001160 20 20 20 62 65 20 70 72 69 6e 74 65 64 20 61 74 | be printed at| 00001170 20 74 68 65 20 66 6c 69 63 6b 20 6f 66 20 61 20 | the flick of a | 00001180 6b 65 79 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 |key. . . | 00001190 34 2e 20 4f 50 45 52 41 54 49 4e 47 20 53 59 53 |4. OPERATING SYS| 000011a0 54 45 4d 20 43 4f 4d 4d 41 4e 44 2e 20 0d 20 20 |TEM COMMAND. . | 000011b0 20 20 20 20 20 20 20 42 79 20 70 72 65 73 73 69 | By pressi| 000011c0 6e 67 20 27 34 27 20 6f 72 20 27 2a 27 20 69 6e |ng '4' or '*' in| 000011d0 20 74 68 65 20 6d 61 69 6e 20 6d 65 6e 75 20 69 | the main menu i| 000011e0 74 20 69 73 20 70 6f 73 73 69 62 6c 65 20 74 6f |t is possible to| 000011f0 20 61 63 63 65 73 73 20 0d 20 20 20 20 20 20 20 | access . | 00001200 20 20 20 20 20 20 20 6f 70 65 72 61 74 69 6e 67 | operating| 00001210 20 73 79 73 74 65 6d 20 63 6f 6d 6d 61 6e 64 73 | system commands| 00001220 2e 20 54 68 69 73 20 69 73 20 75 73 65 66 75 6c |. This is useful| 00001230 20 69 66 20 61 20 63 61 74 61 6c 6f 67 75 65 20 | if a catalogue | 00001240 6f 66 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 |of . | 00001250 20 20 74 68 65 20 64 69 73 63 20 69 73 20 72 65 | the disc is re| 00001260 71 75 69 72 65 64 20 65 74 63 2e 2c 20 62 75 74 |quired etc., but| 00001270 20 79 6f 75 20 6d 75 73 74 20 62 65 20 63 61 72 | you must be car| 00001280 65 66 75 6c 20 74 68 61 74 20 74 68 65 20 0d 20 |eful that the . | 00001290 20 20 20 20 20 20 20 20 20 20 20 20 20 63 6f 6d | com| 000012a0 6d 61 6e 64 20 79 6f 75 20 65 6e 74 65 72 20 64 |mand you enter d| 000012b0 6f 65 73 20 6e 6f 74 20 63 6f 72 72 75 70 74 20 |oes not corrupt | 000012c0 61 6e 79 20 6d 65 6d 6f 72 79 2e 20 0d 20 20 20 |any memory. . | 000012d0 20 20 0d 20 20 20 20 35 2e 20 45 58 49 54 2e 20 | . 5. EXIT. | 000012e0 0d 20 20 20 20 20 20 20 20 20 57 68 65 6e 20 61 |. When a| 000012f0 6e 20 65 64 69 74 69 6e 67 20 73 65 73 73 69 6f |n editing sessio| 00001300 6e 20 69 73 20 66 69 6e 69 73 68 65 64 2c 20 69 |n is finished, i| 00001310 74 20 69 73 20 69 6d 70 6f 72 74 61 6e 74 20 74 |t is important t| 00001320 68 61 74 20 79 6f 75 20 0d 20 20 20 20 20 20 20 |hat you . | 00001330 20 20 20 20 20 20 20 70 72 65 73 73 20 27 35 27 | press '5'| 00001340 20 74 6f 20 65 78 69 74 20 74 68 65 20 70 72 6f | to exit the pro| 00001350 67 72 61 6d 2c 20 73 6f 20 74 68 61 74 20 74 68 |gram, so that th| 00001360 65 20 64 61 74 61 20 66 69 6c 65 20 69 73 20 0d |e data file is .| 00001370 20 20 20 20 20 20 20 20 20 20 20 20 20 20 63 6c | cl| 00001380 6f 73 65 64 20 70 72 6f 70 65 72 6c 79 2c 20 6f |osed properly, o| 00001390 74 68 65 72 77 69 73 65 20 73 6f 6d 65 20 69 6e |therwise some in| 000013a0 66 6f 72 6d 61 74 69 6f 6e 20 69 6e 20 74 68 65 |formation in the| 000013b0 20 64 69 61 72 79 20 0d 20 20 20 20 20 20 20 20 | diary . | 000013c0 20 20 20 20 20 20 63 6f 75 6c 64 20 62 65 20 6c | could be l| 000013d0 6f 73 74 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 |ost. . . | 000013e0 20 0d 20 20 20 20 53 55 42 53 45 54 20 4d 45 4e | . SUBSET MEN| 000013f0 55 20 3a 20 0d 20 20 20 20 20 0d 20 20 20 20 31 |U : . . 1| 00001400 2e 20 41 4c 4c 20 52 45 43 4f 52 44 53 20 49 4e |. ALL RECORDS IN| 00001410 20 53 55 42 53 45 54 2e 20 0d 20 20 20 20 20 20 | SUBSET. . | 00001420 20 20 20 50 6c 61 63 65 73 20 61 6c 6c 20 74 68 | Places all th| 00001430 65 20 72 65 63 6f 72 64 73 20 69 6e 20 74 68 65 |e records in the| 00001440 20 73 75 62 73 65 74 2e 20 54 68 75 73 2c 20 74 | subset. Thus, t| 00001450 6f 20 6f 62 74 61 69 6e 20 61 20 70 72 69 6e 74 |o obtain a print| 00001460 6f 75 74 20 0d 20 20 20 20 20 20 20 20 20 20 20 |out . | 00001470 20 20 20 6f 66 20 74 68 65 20 77 68 6f 6c 65 20 | of the whole | 00001480 64 69 61 72 79 20 73 69 6d 70 6c 79 20 65 6e 74 |diary simply ent| 00001490 65 72 20 74 68 65 20 73 75 62 73 65 74 20 6d 65 |er the subset me| 000014a0 6e 75 20 61 6e 64 20 70 72 65 73 73 20 0d 20 20 |nu and press . | 000014b0 20 20 20 20 20 20 20 20 20 20 20 20 27 31 27 20 | '1' | 000014c0 61 6e 64 20 74 68 65 6e 20 27 36 27 2e 20 0d 20 |and then '6'. . | 000014d0 20 20 20 20 0d 20 20 20 20 32 2e 20 4e 4f 20 52 | . 2. NO R| 000014e0 45 43 4f 52 44 53 20 49 4e 20 53 55 42 53 45 54 |ECORDS IN SUBSET| 000014f0 2e 20 0d 20 20 20 20 20 20 20 20 20 52 65 6d 6f |. . Remo| 00001500 76 65 73 20 61 6c 6c 20 72 65 63 6f 72 64 73 20 |ves all records | 00001510 69 6e 20 74 68 65 20 73 75 62 73 65 74 2e 20 0d |in the subset. .| 00001520 20 20 20 20 20 0d 20 20 20 20 33 2e 20 4c 4f 41 | . 3. LOA| 00001530 44 20 53 55 42 53 45 54 2e 20 0d 20 20 20 20 20 |D SUBSET. . | 00001540 20 20 20 20 54 68 69 73 20 65 6e 61 62 6c 65 73 | This enables| 00001550 20 61 20 70 72 65 76 69 6f 75 73 6c 79 20 73 61 | a previously sa| 00001560 76 65 64 20 73 75 62 73 65 74 20 74 6f 20 62 65 |ved subset to be| 00001570 20 72 65 2d 6c 6f 61 64 65 64 20 69 6e 74 6f 20 | re-loaded into | 00001580 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6d |. m| 00001590 65 6d 6f 72 79 2e 20 4e 6f 74 65 20 74 68 61 74 |emory. Note that| 000015a0 20 61 20 73 75 62 73 65 74 20 69 73 20 6e 6f 74 | a subset is not| 000015b0 20 6d 61 64 65 20 75 70 20 6f 66 20 74 68 65 20 | made up of the | 000015c0 61 63 74 75 61 6c 20 0d 20 20 20 20 20 20 20 20 |actual . | 000015d0 20 20 20 20 20 20 72 65 63 6f 72 64 73 20 74 68 | records th| 000015e0 65 6d 73 65 6c 76 65 73 20 62 65 63 61 75 73 65 |emselves because| 000015f0 20 74 68 65 20 63 6f 6d 70 75 74 65 72 20 6d 65 | the computer me| 00001600 6d 6f 72 79 20 63 6f 75 6c 64 20 6e 6f 74 20 0d |mory could not .| 00001610 20 20 20 20 20 20 20 20 20 20 20 20 20 20 73 74 | st| 00001620 6f 72 65 20 74 68 65 6d 20 61 6c 6c 2c 20 62 75 |ore them all, bu| 00001630 74 20 72 61 74 68 65 72 20 74 68 65 20 72 65 63 |t rather the rec| 00001640 6f 72 64 20 6e 75 6d 62 65 72 20 6f 66 20 65 61 |ord number of ea| 00001650 63 68 20 72 65 63 6f 72 64 20 0d 20 20 20 20 20 |ch record . | 00001660 20 20 20 20 20 20 20 20 20 69 73 20 73 74 6f 72 | is stor| 00001670 65 64 2c 20 61 6e 64 20 74 68 75 73 20 61 20 73 |ed, and thus a s| 00001680 75 62 73 65 74 20 66 69 6c 65 20 69 73 20 76 65 |ubset file is ve| 00001690 72 79 20 73 6d 61 6c 6c 20 28 33 36 36 20 62 79 |ry small (366 by| 000016a0 74 65 73 29 2e 20 0d 20 20 20 20 20 0d 20 20 20 |tes). . . | 000016b0 20 34 2e 20 53 41 56 45 20 53 55 42 53 45 54 2e | 4. SAVE SUBSET.| 000016c0 20 0d 20 20 20 20 20 20 20 20 20 4f 6e 63 65 20 | . Once | 000016d0 61 20 73 75 62 73 65 74 20 69 73 20 63 72 65 61 |a subset is crea| 000016e0 74 65 64 20 69 74 20 6d 61 79 20 62 65 20 75 73 |ted it may be us| 000016f0 65 66 75 6c 20 74 6f 20 73 61 76 65 20 69 74 20 |eful to save it | 00001700 74 6f 20 64 69 73 63 2c 20 0d 20 20 20 20 20 20 |to disc, . | 00001710 20 20 20 20 20 20 20 20 77 68 69 63 68 20 69 73 | which is| 00001720 20 77 68 61 74 20 74 68 69 73 20 63 6f 6d 6d 61 | what this comma| 00001730 6e 64 20 64 6f 65 73 2e 20 46 6f 72 20 65 78 61 |nd does. For exa| 00001740 6d 70 6c 65 2c 20 69 66 20 61 20 73 65 61 72 63 |mple, if a searc| 00001750 68 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |h . | 00001760 20 68 61 64 20 6a 75 73 74 20 62 65 65 6e 20 63 | had just been c| 00001770 61 72 72 69 65 64 20 6f 75 74 20 66 6f 72 20 61 |arried out for a| 00001780 6c 6c 20 74 68 65 20 6f 63 63 75 72 72 65 6e 63 |ll the occurrenc| 00001790 65 73 20 6f 66 20 0d 20 20 20 20 20 20 20 20 20 |es of . | 000017a0 20 20 20 20 20 27 42 49 52 54 48 44 41 59 27 2c | 'BIRTHDAY',| 000017b0 20 74 68 65 20 73 75 62 73 65 74 20 63 6f 75 6c | the subset coul| 000017c0 64 20 74 68 65 6e 20 62 65 20 73 61 76 65 64 2c |d then be saved,| 000017d0 20 61 66 74 65 72 77 68 69 63 68 20 0d 20 20 20 | afterwhich . | 000017e0 20 20 20 20 20 20 20 20 20 20 20 77 68 65 6e 65 | whene| 000017f0 76 65 72 20 61 20 6c 69 73 74 20 6f 66 20 61 6c |ver a list of al| 00001800 6c 20 74 68 65 20 62 69 72 74 68 64 61 79 73 20 |l the birthdays | 00001810 69 6e 20 74 68 65 20 66 69 6c 65 20 69 73 20 0d |in the file is .| 00001820 20 20 20 20 20 20 20 20 20 20 20 20 20 20 72 65 | re| 00001830 71 75 69 72 65 64 2c 20 79 6f 75 20 73 69 6d 70 |quired, you simp| 00001840 6c 79 20 6c 6f 61 64 20 69 6e 20 74 68 65 20 73 |ly load in the s| 00001850 75 62 73 65 74 20 61 6e 64 20 70 72 69 6e 74 20 |ubset and print | 00001860 69 74 2e 20 4e 6f 74 65 20 0d 20 20 20 20 20 20 |it. Note . | 00001870 20 20 20 20 20 20 20 20 74 68 61 74 20 65 61 63 | that eac| 00001880 68 20 73 75 62 73 65 74 20 6d 75 73 74 20 6d 61 |h subset must ma| 00001890 74 63 68 20 75 70 20 74 6f 20 69 74 73 20 63 6f |tch up to its co| 000018a0 72 72 65 73 70 6f 6e 64 69 6e 67 20 64 69 61 72 |rresponding diar| 000018b0 79 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |y . | 000018c0 20 66 69 6c 65 20 66 72 6f 6d 20 77 68 69 63 68 | file from which| 000018d0 20 69 74 20 77 61 73 20 67 65 6e 65 72 61 74 65 | it was generate| 000018e0 64 2e 20 28 48 49 4e 54 3a 20 79 6f 75 20 63 6f |d. (HINT: you co| 000018f0 75 6c 64 20 6b 65 65 70 20 65 61 63 68 20 0d 20 |uld keep each . | 00001900 20 20 20 20 20 20 20 20 20 20 20 20 20 64 69 61 | dia| 00001910 72 79 20 66 69 6c 65 20 75 6e 64 65 72 20 74 68 |ry file under th| 00001920 65 20 66 69 6c 65 6e 61 6d 65 20 65 2e 67 2e 20 |e filename e.g. | 00001930 22 44 2e 31 39 38 37 22 2c 20 61 6e 64 20 61 6c |"D.1987", and al| 00001940 6c 20 0d 0d 0d 20 20 20 20 20 20 20 20 20 20 20 |l ... | 00001950 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001960 20 20 20 20 20 20 20 20 20 50 61 67 65 20 32 0d | Page 2.| 00001970 0d 0d 0d 0d 0d 20 20 20 20 20 20 20 20 20 20 20 |..... | 00001980 20 20 20 20 20 20 20 20 20 20 20 20 20 44 49 41 | DIA| 00001990 52 59 20 4b 45 45 50 45 52 20 62 79 20 52 4f 42 |RY KEEPER by ROB| 000019a0 20 41 4e 44 45 52 53 4f 4e 2e 0d 0d 0d 0d 20 20 | ANDERSON..... | 000019b0 20 20 20 20 20 20 20 20 20 20 20 20 63 6f 72 72 | corr| 000019c0 65 73 70 6f 6e 64 69 6e 67 20 73 75 62 73 65 74 |esponding subset| 000019d0 73 20 75 6e 64 65 72 20 74 68 65 20 66 69 6c 65 |s under the file| 000019e0 6e 61 6d 65 73 20 22 53 2e 31 39 38 37 2d 31 22 |names "S.1987-1"| 000019f0 2c 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |, . | 00001a00 20 22 53 2e 31 39 38 37 2d 32 22 20 65 74 63 2e | "S.1987-2" etc.| 00001a10 29 20 0d 20 20 20 20 20 0d 20 20 20 20 35 2e 20 |) . . 5. | 00001a20 44 49 41 52 59 20 53 45 41 52 43 48 2e 20 0d 20 |DIARY SEARCH. . | 00001a30 20 20 20 20 20 20 20 20 54 68 69 73 20 6f 70 74 | This opt| 00001a40 69 6f 6e 20 65 6e 61 62 6c 65 73 20 61 20 73 65 |ion enables a se| 00001a50 61 72 63 68 20 74 6f 20 62 65 20 70 65 72 66 6f |arch to be perfo| 00001a60 72 6d 65 64 20 6f 6e 20 61 6c 6c 20 74 68 65 20 |rmed on all the | 00001a70 72 65 63 6f 72 64 73 20 0d 20 20 20 20 20 20 20 |records . | 00001a80 20 20 20 20 20 20 20 69 6e 20 74 68 65 20 63 75 | in the cu| 00001a90 72 72 65 6e 74 20 66 69 6c 65 20 62 79 20 61 73 |rrent file by as| 00001aa0 6b 69 6e 67 20 74 68 65 20 75 73 65 72 20 66 6f |king the user fo| 00001ab0 72 20 61 20 73 65 61 72 63 68 20 73 74 72 69 6e |r a search strin| 00001ac0 67 2c 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 |g, . | 00001ad0 20 20 61 66 74 65 72 77 68 69 63 68 20 61 6e 79 | afterwhich any| 00001ae0 20 6f 63 63 75 72 72 65 6e 63 65 20 6f 66 20 74 | occurrence of t| 00001af0 68 69 73 20 73 74 72 69 6e 67 20 41 4e 59 57 48 |his string ANYWH| 00001b00 45 52 45 20 69 6e 20 61 20 0d 20 20 20 20 20 20 |ERE in a . | 00001b10 20 20 20 20 20 20 20 20 72 65 63 6f 72 64 20 77 | record w| 00001b20 69 6c 6c 20 72 65 73 75 6c 74 20 69 6e 20 74 68 |ill result in th| 00001b30 61 74 20 72 65 63 6f 72 64 20 62 65 69 6e 67 20 |at record being | 00001b40 70 6c 61 63 65 64 20 69 6e 20 74 68 65 20 0d 20 |placed in the . | 00001b50 20 20 20 20 20 20 20 20 20 20 20 20 20 73 75 62 | sub| 00001b60 73 65 74 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 |set. . . | 00001b70 36 2e 20 50 52 49 4e 54 20 53 55 42 53 45 54 2e |6. PRINT SUBSET.| 00001b80 20 0d 20 20 20 20 20 20 20 20 20 54 68 69 73 20 | . This | 00001b90 77 69 6c 6c 20 73 65 6e 64 20 61 6c 6c 20 65 6e |will send all en| 00001ba0 74 72 69 65 73 20 63 75 72 72 65 6e 74 6c 79 20 |tries currently | 00001bb0 72 65 70 72 65 73 65 6e 74 65 64 20 69 6e 20 74 |represented in t| 00001bc0 68 65 20 64 69 61 72 79 20 0d 20 20 20 20 20 20 |he diary . | 00001bd0 20 20 20 20 20 20 20 20 73 75 62 73 65 74 20 6f | subset o| 00001be0 75 74 20 74 6f 20 74 68 65 20 70 72 69 6e 74 65 |ut to the printe| 00001bf0 72 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 37 2e |r. . . 7.| 00001c00 20 53 50 4f 4f 4c 20 53 55 42 53 45 54 2e 20 0d | SPOOL SUBSET. .| 00001c10 20 20 20 20 20 20 20 20 20 54 68 69 73 20 77 69 | This wi| 00001c20 6c 6c 20 73 70 6f 6f 6c 20 61 6c 6c 20 65 6e 74 |ll spool all ent| 00001c30 72 69 65 73 20 63 75 72 72 65 6e 74 6c 79 20 72 |ries currently r| 00001c40 65 70 72 65 73 65 6e 74 65 64 20 69 6e 20 74 68 |epresented in th| 00001c50 65 20 64 69 61 72 79 20 0d 20 20 20 20 20 20 20 |e diary . | 00001c60 20 20 20 20 20 20 20 73 75 62 73 65 74 20 6f 75 | subset ou| 00001c70 74 20 74 6f 20 74 68 65 20 70 72 69 6e 74 65 72 |t to the printer| 00001c80 2e 20 54 68 69 73 20 6f 70 74 69 6f 6e 20 69 73 |. This option is| 00001c90 20 75 73 65 66 75 6c 2c 20 66 6f 72 20 0d 20 20 | useful, for . | 00001ca0 20 20 20 20 20 20 20 20 20 20 20 20 65 78 61 6d | exam| 00001cb0 70 6c 65 2c 20 69 66 20 79 6f 75 20 77 61 6e 74 |ple, if you want| 00001cc0 20 74 6f 20 66 75 72 74 68 65 72 2d 70 72 6f 63 | to further-proc| 00001cd0 65 73 73 20 74 68 65 20 64 69 61 72 79 20 65 6e |ess the diary en| 00001ce0 74 72 69 65 73 20 69 6e 20 0d 20 20 20 20 20 20 |tries in . | 00001cf0 20 20 20 20 20 20 20 20 61 20 77 6f 72 64 2d 70 | a word-p| 00001d00 72 6f 63 65 73 73 6f 72 2e 20 0d 20 20 20 20 20 |rocessor. . | 00001d10 0d 20 20 20 20 38 2e 20 52 45 54 55 52 4e 20 54 |. 8. RETURN T| 00001d20 4f 20 4d 41 49 4e 20 4d 45 4e 55 2e 20 0d 20 20 |O MAIN MENU. . | 00001d30 20 20 20 20 20 20 20 50 61 73 73 65 73 20 63 6f | Passes co| 00001d40 6e 74 72 6f 6c 20 62 61 63 6b 20 74 6f 20 74 68 |ntrol back to th| 00001d50 65 20 6d 61 69 6e 20 6d 65 6e 75 2e 20 0d 20 20 |e main menu. . | 00001d60 20 20 20 0d 20 20 20 20 20 0d 20 20 20 20 44 49 | . . DI| 00001d70 41 52 59 20 45 44 49 54 20 4d 4f 44 45 20 43 4f |ARY EDIT MODE CO| 00001d80 4d 4d 41 4e 44 53 20 3a 20 0d 20 20 20 20 20 0d |MMANDS : . .| 00001d90 20 20 20 20 41 52 52 4f 57 20 4b 45 59 53 20 28 | ARROW KEYS (| 00001da0 55 50 20 26 20 44 4f 57 4e 29 20 2d 20 53 63 72 |UP & DOWN) - Scr| 00001db0 6f 6c 6c 20 64 69 61 72 79 2e 20 0d 20 20 20 20 |oll diary. . | 00001dc0 20 20 20 20 20 42 79 20 70 72 65 73 73 69 6e 67 | By pressing| 00001dd0 20 65 69 74 68 65 72 20 74 68 65 20 75 70 20 6f | either the up o| 00001de0 72 20 64 6f 77 6e 20 61 72 72 6f 77 20 6b 65 79 |r down arrow key| 00001df0 73 20 69 6e 20 64 69 61 72 79 20 65 64 69 74 20 |s in diary edit | 00001e00 6d 6f 64 65 20 0d 20 20 20 20 20 20 20 20 20 20 |mode . | 00001e10 20 20 20 20 74 68 65 20 63 75 72 72 65 6e 74 20 | the current | 00001e20 65 6e 74 72 69 65 73 20 64 69 73 70 6c 61 79 65 |entries displaye| 00001e30 64 20 28 20 74 68 72 65 65 20 61 74 20 61 20 74 |d ( three at a t| 00001e40 69 6d 65 20 29 20 77 69 6c 6c 20 62 65 20 0d 20 |ime ) will be . | 00001e50 20 20 20 20 20 20 20 20 20 20 20 20 20 73 63 72 | scr| 00001e60 6f 6c 6c 65 64 2e 20 0d 20 20 20 20 20 0d 20 20 |olled. . . | 00001e70 20 20 45 53 43 41 50 45 20 2d 20 52 65 74 75 72 | ESCAPE - Retur| 00001e80 6e 20 74 6f 20 6d 61 69 6e 20 6d 65 6e 75 2e 20 |n to main menu. | 00001e90 0d 20 20 20 20 20 20 20 20 20 50 72 65 73 73 20 |. Press | 00001ea0 45 53 43 41 50 45 20 74 6f 20 72 65 74 75 72 6e |ESCAPE to return| 00001eb0 20 74 6f 20 74 68 65 20 6d 61 69 6e 20 6d 65 6e | to the main men| 00001ec0 75 2e 20 0d 20 20 20 20 20 0d 20 20 20 20 50 20 |u. . . P | 00001ed0 2d 20 50 6c 61 63 65 20 65 6e 74 72 79 20 69 6e |- Place entry in| 00001ee0 20 73 75 62 73 65 74 2e 20 0d 20 20 20 20 20 20 | subset. . | 00001ef0 20 20 20 50 72 65 73 73 69 6e 67 20 27 50 27 20 | Pressing 'P' | 00001f00 77 69 6c 6c 20 70 6c 61 63 65 20 74 68 65 20 72 |will place the r| 00001f10 65 63 6f 72 64 20 63 75 72 72 65 6e 74 6c 79 20 |ecord currently | 00001f20 73 68 6f 77 6e 20 69 6e 20 74 68 65 20 64 69 73 |shown in the dis| 00001f30 70 6c 61 79 20 0d 20 20 20 20 20 20 20 20 20 20 |play . | 00001f40 20 20 20 20 77 69 6e 64 6f 77 20 69 6e 74 6f 20 | window into | 00001f50 74 68 65 20 73 75 62 73 65 74 2e 20 0d 20 20 20 |the subset. . | 00001f60 20 20 0d 20 20 20 20 43 20 2d 20 43 68 61 6e 67 | . C - Chang| 00001f70 65 20 65 6e 74 72 79 2e 20 0d 20 20 20 20 20 20 |e entry. . | 00001f80 20 20 20 55 73 65 20 74 68 69 73 20 74 6f 20 65 | Use this to e| 00001f90 6e 74 65 72 20 6f 72 20 65 64 69 74 20 74 65 78 |nter or edit tex| 00001fa0 74 20 69 6e 20 74 68 65 20 63 75 72 72 65 6e 74 |t in the current| 00001fb0 6c 79 20 64 69 73 70 6c 61 79 65 64 20 72 65 63 |ly displayed rec| 00001fc0 6f 72 64 2e 20 0d 20 20 20 20 20 20 20 20 20 20 |ord. . | 00001fd0 20 20 20 20 55 70 6f 6e 20 70 72 65 73 73 69 6e | Upon pressin| 00001fe0 67 20 27 52 45 54 55 52 4e 27 2c 20 74 68 65 20 |g 'RETURN', the | 00001ff0 72 65 63 6f 72 64 20 77 69 6c 6c 20 62 65 20 73 |record will be s| 00002000 61 76 65 64 20 74 6f 20 64 69 73 63 2e 20 0d 20 |aved to disc. . | 00002010 20 20 20 20 0d 20 20 20 20 4a 20 2d 20 4a 75 6d | . J - Jum| 00002020 70 20 74 6f 20 64 61 74 65 2e 20 0d 20 20 20 20 |p to date. . | 00002030 20 20 20 20 20 54 68 69 73 20 65 6e 61 62 6c 65 | This enable| 00002040 73 20 74 68 65 20 75 73 65 72 20 74 6f 20 6d 6f |s the user to mo| 00002050 76 65 20 74 6f 20 61 20 64 65 73 69 72 65 64 20 |ve to a desired | 00002060 64 61 74 65 20 71 75 69 63 6b 6c 79 2c 20 77 69 |date quickly, wi| 00002070 74 68 6f 75 74 20 0d 20 20 20 20 20 20 20 20 20 |thout . | 00002080 20 20 20 20 20 68 61 76 69 6e 67 20 74 6f 20 73 | having to s| 00002090 69 6e 67 6c 65 20 73 74 65 70 20 74 68 72 6f 75 |ingle step throu| 000020a0 67 68 20 65 76 65 72 79 20 72 65 63 6f 72 64 2e |gh every record.| 000020b0 20 59 6f 75 20 77 69 6c 6c 20 62 65 20 0d 20 20 | You will be . | 000020c0 20 20 20 20 20 20 20 20 20 20 20 20 61 73 6b 65 | aske| 000020d0 64 20 66 6f 72 20 74 68 65 20 6d 6f 6e 74 68 20 |d for the month | 000020e0 74 68 61 74 20 79 6f 75 20 77 61 6e 74 20 74 6f |that you want to| 000020f0 20 6a 75 6d 70 20 74 6f 2c 20 61 66 74 65 72 77 | jump to, afterw| 00002100 68 69 63 68 20 61 6c 6c 20 0d 20 20 20 20 20 20 |hich all . | 00002110 20 20 20 20 20 20 20 20 74 68 65 20 64 61 79 73 | the days| 00002120 20 77 69 74 68 69 6e 20 74 68 61 74 20 6d 6f 6e | within that mon| 00002130 74 68 20 61 72 65 20 6c 6f 61 64 65 64 20 69 6e |th are loaded in| 00002140 74 6f 20 6d 65 6d 6f 72 79 20 73 6f 20 74 68 61 |to memory so tha| 00002150 74 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |t . | 00002160 20 61 63 63 65 73 73 20 63 61 6e 20 65 61 73 69 | access can easi| 00002170 6c 79 20 62 65 20 6f 62 74 61 69 6e 65 64 20 6f |ly be obtained o| 00002180 66 20 74 68 65 20 72 65 71 75 69 72 65 64 20 64 |f the required d| 00002190 61 79 20 75 73 69 6e 67 20 74 68 65 20 0d 20 20 |ay using the . | 000021a0 20 20 20 20 20 20 20 20 20 20 20 20 63 75 72 73 | curs| 000021b0 6f 72 20 6b 65 79 73 2e 20 0d 20 20 20 20 20 0d |or keys. . .| 000021c0 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 20 20 20 20 |............ | 000021d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000021f0 50 61 67 65 20 33 0d 0d 0d 0d 0d 0d 20 20 20 20 |Page 3...... | 00002200 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002210 20 20 20 20 44 49 41 52 59 20 4b 45 45 50 45 52 | DIARY KEEPER| 00002220 20 62 79 20 52 4f 42 20 41 4e 44 45 52 53 4f 4e | by ROB ANDERSON| 00002230 2e 0d 0d 0d 0d 20 20 20 20 43 4f 4d 4d 41 4e 44 |..... COMMAND| 00002240 20 53 55 4d 4d 41 52 59 20 0d 20 20 20 20 20 0d | SUMMARY . .| 00002250 20 20 20 20 4d 41 49 4e 20 43 4f 4d 4d 41 4e 44 | MAIN COMMAND| 00002260 20 4d 45 4e 55 20 3a 20 0d 20 20 20 20 20 20 20 | MENU : . | 00002270 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002280 20 31 2e 20 4c 4f 41 44 20 44 49 41 52 59 2e 20 | 1. LOAD DIARY. | 00002290 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000022a0 20 20 20 20 20 20 20 20 20 32 2e 20 49 4e 49 54 | 2. INIT| 000022b0 49 41 4c 49 53 45 20 44 49 41 52 59 2e 20 0d 20 |IALISE DIARY. . | 000022c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000022d0 20 20 20 20 20 20 20 33 2e 20 53 55 42 53 45 54 | 3. SUBSET| 000022e0 20 4d 45 4e 55 20 0d 20 20 20 20 20 20 20 20 20 | MENU . | 000022f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 34 | 4| 00002300 2e 20 4f 50 45 52 41 54 49 4e 47 20 53 59 53 54 |. OPERATING SYST| 00002310 45 4d 20 43 4f 4d 4d 41 4e 44 2e 20 0d 20 20 20 |EM COMMAND. . | 00002320 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002330 20 20 20 20 20 35 2e 20 45 58 49 54 2e 20 0d 20 | 5. EXIT. . | 00002340 20 20 20 20 0d 20 20 20 20 53 55 42 53 45 54 20 | . SUBSET | 00002350 4d 45 4e 55 20 3a 20 0d 20 20 20 20 20 20 20 20 |MENU : . | 00002360 20 20 20 20 20 20 20 20 20 20 31 2e 20 41 4c 4c | 1. ALL| 00002370 20 52 45 43 4f 52 44 53 20 49 4e 20 53 55 42 53 | RECORDS IN SUBS| 00002380 45 54 2e 20 0d 20 20 20 20 20 20 20 20 20 20 20 |ET. . | 00002390 20 20 20 20 20 20 20 32 2e 20 4e 4f 20 52 45 43 | 2. NO REC| 000023a0 4f 52 44 53 20 49 4e 20 53 55 42 53 45 54 2e 20 |ORDS IN SUBSET. | 000023b0 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000023c0 20 20 20 33 2e 20 4c 4f 41 44 20 53 55 42 53 45 | 3. LOAD SUBSE| 000023d0 54 2e 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 |T. . | 000023e0 20 20 20 20 20 20 34 2e 20 53 41 56 45 20 53 55 | 4. SAVE SU| 000023f0 42 53 45 54 2e 20 0d 20 20 20 20 20 20 20 20 20 |BSET. . | 00002400 20 20 20 20 20 20 20 20 20 35 2e 20 44 49 41 52 | 5. DIAR| 00002410 59 20 53 45 41 52 43 48 2e 20 0d 20 20 20 20 20 |Y SEARCH. . | 00002420 20 20 20 20 20 20 20 20 20 20 20 20 20 36 2e 20 | 6. | 00002430 50 52 49 4e 54 20 53 55 42 53 45 54 2e 20 0d 20 |PRINT SUBSET. . | 00002440 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002450 20 37 2e 20 53 50 4f 4f 4c 20 53 55 42 53 45 54 | 7. SPOOL SUBSET| 00002460 2e 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |. . | 00002470 20 20 20 20 20 38 2e 20 52 45 54 55 52 4e 20 54 | 8. RETURN T| 00002480 4f 20 4d 41 49 4e 20 4d 45 4e 55 2e 20 0d 20 20 |O MAIN MENU. . | 00002490 20 20 20 0d 20 20 20 20 20 0d 20 20 20 20 44 49 | . . DI| 000024a0 41 52 59 20 45 44 49 54 20 4d 4f 44 45 20 43 4f |ARY EDIT MODE CO| 000024b0 4d 4d 41 4e 44 53 20 3a 20 0d 20 20 20 20 20 20 |MMANDS : . | 000024c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000024d0 20 20 20 20 20 20 20 20 20 41 52 52 4f 57 20 4b | ARROW K| 000024e0 45 59 53 20 28 55 50 20 26 20 44 4f 57 4e 29 20 |EYS (UP & DOWN) | 000024f0 2d 20 53 63 72 6f 6c 6c 20 64 69 61 72 79 2e 20 |- Scroll diary. | 00002500 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00002510 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002520 45 53 43 41 50 45 20 2d 20 52 65 74 75 72 6e 20 |ESCAPE - Return | 00002530 74 6f 20 6d 61 69 6e 20 6d 65 6e 75 2e 20 0d 20 |to main menu. . | 00002540 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002550 20 20 20 20 20 20 20 20 20 20 20 20 20 20 50 20 | P | 00002560 2d 20 50 6c 61 63 65 20 65 6e 74 72 79 20 69 6e |- Place entry in| 00002570 20 73 75 62 73 65 74 2e 20 0d 20 20 20 20 20 20 | subset. . | 00002580 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002590 20 20 20 20 20 20 20 20 20 43 20 2d 20 43 68 61 | C - Cha| 000025a0 6e 67 65 20 65 6e 74 72 79 2e 20 0d 20 20 20 20 |nge entry. . | 000025b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000025c0 20 20 20 20 20 20 20 20 20 20 20 4a 20 2d 20 4a | J - J| 000025d0 75 6d 70 20 74 6f 20 64 61 74 65 2e 20 0d 20 20 |ump to date. . | 000025e0 20 20 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 | . | 000025f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002600 20 20 20 20 0d 20 20 20 20 20 0d 20 20 20 20 20 | . . | 00002610 0d 20 20 20 20 20 0d 20 20 20 20 20 0d 20 20 20 |. . . | 00002620 20 20 0d 20 20 20 20 20 0d 20 20 20 20 20 20 20 | . . | 00002630 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002640 20 20 20 20 20 20 20 20 52 2e 53 2e 41 4e 44 45 | R.S.ANDE| 00002650 52 53 4f 4e 2e 20 4a 41 4e 20 31 39 38 37 2e 20 |RSON. JAN 1987. | 00002660 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d |................| 00002670 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 0d 20 20 20 20 |............ | 00002680 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000026a0 50 61 67 65 20 34 0d 0d 0d 0d |Page 4....| 000026aa