Home » Archimedes archive » Acorn Computing » 1994 09 subscription disc.adf » 9409s » Accounts/!Account/!Help
Accounts/!Account/!Help
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 » Archimedes archive » Acorn Computing » 1994 09 subscription disc.adf » 9409s |
Filename: | Accounts/!Account/!Help |
Read OK: | ✔ |
File size: | 1175 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Help file for !Account ====================== This application is intended to act as an electronic statement. When you receive a statement, type the details in, using the 'Add transaction' feature. Then every time you pay money in, or write a cheque etc, enter the details, using the date on which you made the transaction. When the next statement arrives, you can amend the date to that on which the transaction finally filtered through the banking system. The advantage of this is that you always know what your current balance is, without having to dash off to the cash machine, or enquire at your branch. The program is fairly logical to use, and uses the Interactive Help facility to help you. If the program tells you that it has run out of space, save your accounts, and quit from the program. Then load "Messages" from the Resources sub-directory, and increase the value of the variable 'MaxTrans'. This is located near the start of the file. If you are making a really large maximum, it may be necessary to alter the Wimpslot command in the !Run file. If this is required, work out the following amount: ((60*MaxTrans)/1000)+128. Load the !Run file and alter the Wimpslot command so that the -min and -max values are this value. This situation will probably not be necessary for most users, since I have only made about 500 transactions in three years, and the default maximum number of transactions which !Account can handle is 4,000! !Account uses filetype &005 for its saved files. If you already have a program which uses this filetype, !Account can be changed to accomodate this. Simply change the values in the "!Boot", "!Run" and "Messages" files. You will also need to rename the 'file_005' sprite which you will find in "!Sprites". You can define what bank codes will displayed in the 'Codes' submenu by changing the "Messages" file. Codes should be a maximum of 3 characters long, and be separated by full-stops. The standard program uses anti-aliased fonts (Trinity.Medium to be exact). It is recommended that if you want fonts you should use a 256 colour mode, since the anti-aliasing in 12 colour modes is next to useless! If you do not want fonts (perhaps they run too slowly, or you may not have Risc OS 3), then change the value of "UseFonts" in "Messages". The font used for the menus can be found in "Messages" after "Font", and the size of the font is in "FontH" and "FontW" (in points). It is recommended that nothing greater than 14pts is used (for reasons that will become obvious if you try it!). If you really want to, you could load the Template file into FormEd and change all the fonts to something other than Trinity.Medium but the problem is that you may need to alter the size of the icons accordingly. Besides, Trinity is quite nice isn't it?! :-) This program was written by Alisdair Millard and is � Acorn Computing, so I would appreciate it if you didn't start giving it to other people - this program is NOT, I repeat NOT, public domain! -------------- --| Disclaimer |----------------------------------- | -------------- | | | | Please note, you are responsible for the | | security of your accounts, and neither the | | author nor Acorn Computing can or will be held | | responsible for any loss of data, money or | | otherwise, or any physical or property damage | | arising out of the use or misuse of this | | program. | | | --------------------------------------------------- Program history =============== 1.0 - First working version. Interface added. 1.1 - General tidying up. 1.2 - Print facility added. 1.21 - Bugs in print procedure fixed. Page up/down icons swapped places. 1.22 - Transactions in debit now appear in red. 1.3 - More tidying up. Fixed date entry introduced. 1.31 - Automatic insertion/addition/amending of transactions, MsgTrans support and DragASprite support introduced. 1.32 - Major intermittent bug fixed. General tidying up. Input restriction in text icons. First release version (Jan. 1994) 1.4 - More tidying up. Pane window added. The intermittent bug fix added in v1.32 has been ripped out and replaced - 'cos it didn't work at all! Anti-aliased font support added.
00000000 48 65 6c 70 20 66 69 6c 65 20 66 6f 72 20 21 41 |Help file for !A| 00000010 63 63 6f 75 6e 74 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |ccount.=========| 00000020 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 |=============..T| 00000030 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |his application | 00000040 69 73 20 69 6e 74 65 6e 64 65 64 20 74 6f 20 61 |is intended to a| 00000050 63 74 20 61 73 20 61 6e 0a 65 6c 65 63 74 72 6f |ct as an.electro| 00000060 6e 69 63 20 73 74 61 74 65 6d 65 6e 74 2e 20 57 |nic statement. W| 00000070 68 65 6e 20 79 6f 75 20 72 65 63 65 69 76 65 20 |hen you receive | 00000080 61 0a 73 74 61 74 65 6d 65 6e 74 2c 20 74 79 70 |a.statement, typ| 00000090 65 20 74 68 65 20 64 65 74 61 69 6c 73 20 69 6e |e the details in| 000000a0 2c 20 75 73 69 6e 67 20 74 68 65 20 27 41 64 64 |, using the 'Add| 000000b0 0a 74 72 61 6e 73 61 63 74 69 6f 6e 27 20 66 65 |.transaction' fe| 000000c0 61 74 75 72 65 2e 20 54 68 65 6e 20 65 76 65 72 |ature. Then ever| 000000d0 79 20 74 69 6d 65 20 79 6f 75 20 70 61 79 0a 6d |y time you pay.m| 000000e0 6f 6e 65 79 20 69 6e 2c 20 6f 72 20 77 72 69 74 |oney in, or writ| 000000f0 65 20 61 20 63 68 65 71 75 65 20 65 74 63 2c 20 |e a cheque etc, | 00000100 65 6e 74 65 72 20 74 68 65 0a 64 65 74 61 69 6c |enter the.detail| 00000110 73 2c 20 75 73 69 6e 67 20 74 68 65 20 64 61 74 |s, using the dat| 00000120 65 20 6f 6e 20 77 68 69 63 68 20 79 6f 75 20 6d |e on which you m| 00000130 61 64 65 20 74 68 65 0a 74 72 61 6e 73 61 63 74 |ade the.transact| 00000140 69 6f 6e 2e 20 57 68 65 6e 20 74 68 65 20 6e 65 |ion. When the ne| 00000150 78 74 20 73 74 61 74 65 6d 65 6e 74 20 61 72 72 |xt statement arr| 00000160 69 76 65 73 2c 20 79 6f 75 0a 63 61 6e 20 61 6d |ives, you.can am| 00000170 65 6e 64 20 74 68 65 20 64 61 74 65 20 74 6f 20 |end the date to | 00000180 74 68 61 74 20 6f 6e 20 77 68 69 63 68 20 74 68 |that on which th| 00000190 65 0a 74 72 61 6e 73 61 63 74 69 6f 6e 20 66 69 |e.transaction fi| 000001a0 6e 61 6c 6c 79 20 66 69 6c 74 65 72 65 64 20 74 |nally filtered t| 000001b0 68 72 6f 75 67 68 20 74 68 65 20 62 61 6e 6b 69 |hrough the banki| 000001c0 6e 67 0a 73 79 73 74 65 6d 2e 20 54 68 65 20 61 |ng.system. The a| 000001d0 64 76 61 6e 74 61 67 65 20 6f 66 20 74 68 69 73 |dvantage of this| 000001e0 20 69 73 20 74 68 61 74 20 79 6f 75 20 61 6c 77 | is that you alw| 000001f0 61 79 73 0a 6b 6e 6f 77 20 77 68 61 74 20 79 6f |ays.know what yo| 00000200 75 72 20 63 75 72 72 65 6e 74 20 62 61 6c 61 6e |ur current balan| 00000210 63 65 20 69 73 2c 20 77 69 74 68 6f 75 74 20 68 |ce is, without h| 00000220 61 76 69 6e 67 0a 74 6f 20 64 61 73 68 20 6f 66 |aving.to dash of| 00000230 66 20 74 6f 20 74 68 65 20 63 61 73 68 20 6d 61 |f to the cash ma| 00000240 63 68 69 6e 65 2c 20 6f 72 20 65 6e 71 75 69 72 |chine, or enquir| 00000250 65 20 61 74 0a 79 6f 75 72 20 62 72 61 6e 63 68 |e at.your branch| 00000260 2e 0a 0a 54 68 65 20 70 72 6f 67 72 61 6d 20 69 |...The program i| 00000270 73 20 66 61 69 72 6c 79 20 6c 6f 67 69 63 61 6c |s fairly logical| 00000280 20 74 6f 20 75 73 65 2c 20 61 6e 64 20 75 73 65 | to use, and use| 00000290 73 20 74 68 65 0a 49 6e 74 65 72 61 63 74 69 76 |s the.Interactiv| 000002a0 65 20 48 65 6c 70 20 66 61 63 69 6c 69 74 79 20 |e Help facility | 000002b0 74 6f 20 68 65 6c 70 20 79 6f 75 2e 0a 0a 49 66 |to help you...If| 000002c0 20 74 68 65 20 70 72 6f 67 72 61 6d 20 74 65 6c | the program tel| 000002d0 6c 73 20 79 6f 75 20 74 68 61 74 20 69 74 20 68 |ls you that it h| 000002e0 61 73 20 72 75 6e 20 6f 75 74 20 6f 66 0a 73 70 |as run out of.sp| 000002f0 61 63 65 2c 20 73 61 76 65 20 79 6f 75 72 20 61 |ace, save your a| 00000300 63 63 6f 75 6e 74 73 2c 20 61 6e 64 20 71 75 69 |ccounts, and qui| 00000310 74 20 66 72 6f 6d 20 74 68 65 0a 70 72 6f 67 72 |t from the.progr| 00000320 61 6d 2e 20 54 68 65 6e 20 6c 6f 61 64 20 22 4d |am. Then load "M| 00000330 65 73 73 61 67 65 73 22 20 66 72 6f 6d 20 74 68 |essages" from th| 00000340 65 20 52 65 73 6f 75 72 63 65 73 0a 73 75 62 2d |e Resources.sub-| 00000350 64 69 72 65 63 74 6f 72 79 2c 20 61 6e 64 20 69 |directory, and i| 00000360 6e 63 72 65 61 73 65 20 74 68 65 20 76 61 6c 75 |ncrease the valu| 00000370 65 20 6f 66 20 74 68 65 0a 76 61 72 69 61 62 6c |e of the.variabl| 00000380 65 20 27 4d 61 78 54 72 61 6e 73 27 2e 20 54 68 |e 'MaxTrans'. Th| 00000390 69 73 20 69 73 20 6c 6f 63 61 74 65 64 20 6e 65 |is is located ne| 000003a0 61 72 20 74 68 65 20 73 74 61 72 74 0a 6f 66 20 |ar the start.of | 000003b0 74 68 65 20 66 69 6c 65 2e 20 49 66 20 79 6f 75 |the file. If you| 000003c0 20 61 72 65 20 6d 61 6b 69 6e 67 20 61 20 72 65 | are making a re| 000003d0 61 6c 6c 79 20 6c 61 72 67 65 0a 6d 61 78 69 6d |ally large.maxim| 000003e0 75 6d 2c 20 69 74 20 6d 61 79 20 62 65 20 6e 65 |um, it may be ne| 000003f0 63 65 73 73 61 72 79 20 74 6f 20 61 6c 74 65 72 |cessary to alter| 00000400 20 74 68 65 20 57 69 6d 70 73 6c 6f 74 0a 63 6f | the Wimpslot.co| 00000410 6d 6d 61 6e 64 20 69 6e 20 74 68 65 20 21 52 75 |mmand in the !Ru| 00000420 6e 20 66 69 6c 65 2e 20 49 66 20 74 68 69 73 20 |n file. If this | 00000430 69 73 20 72 65 71 75 69 72 65 64 2c 20 77 6f 72 |is required, wor| 00000440 6b 0a 6f 75 74 20 74 68 65 20 66 6f 6c 6c 6f 77 |k.out the follow| 00000450 69 6e 67 20 61 6d 6f 75 6e 74 3a 20 28 28 36 30 |ing amount: ((60| 00000460 2a 4d 61 78 54 72 61 6e 73 29 2f 31 30 30 30 29 |*MaxTrans)/1000)| 00000470 2b 31 32 38 2e 0a 4c 6f 61 64 20 74 68 65 20 21 |+128..Load the !| 00000480 52 75 6e 20 66 69 6c 65 20 61 6e 64 20 61 6c 74 |Run file and alt| 00000490 65 72 20 74 68 65 20 57 69 6d 70 73 6c 6f 74 20 |er the Wimpslot | 000004a0 63 6f 6d 6d 61 6e 64 20 73 6f 0a 74 68 61 74 20 |command so.that | 000004b0 74 68 65 20 2d 6d 69 6e 20 61 6e 64 20 2d 6d 61 |the -min and -ma| 000004c0 78 20 76 61 6c 75 65 73 20 61 72 65 20 74 68 69 |x values are thi| 000004d0 73 20 76 61 6c 75 65 2e 20 54 68 69 73 0a 73 69 |s value. This.si| 000004e0 74 75 61 74 69 6f 6e 20 77 69 6c 6c 20 70 72 6f |tuation will pro| 000004f0 62 61 62 6c 79 20 6e 6f 74 20 62 65 20 6e 65 63 |bably not be nec| 00000500 65 73 73 61 72 79 20 66 6f 72 20 6d 6f 73 74 0a |essary for most.| 00000510 75 73 65 72 73 2c 20 73 69 6e 63 65 20 49 20 68 |users, since I h| 00000520 61 76 65 20 6f 6e 6c 79 20 6d 61 64 65 20 61 62 |ave only made ab| 00000530 6f 75 74 20 35 30 30 0a 74 72 61 6e 73 61 63 74 |out 500.transact| 00000540 69 6f 6e 73 20 69 6e 20 74 68 72 65 65 20 79 65 |ions in three ye| 00000550 61 72 73 2c 20 61 6e 64 20 74 68 65 20 64 65 66 |ars, and the def| 00000560 61 75 6c 74 0a 6d 61 78 69 6d 75 6d 20 6e 75 6d |ault.maximum num| 00000570 62 65 72 20 6f 66 20 74 72 61 6e 73 61 63 74 69 |ber of transacti| 00000580 6f 6e 73 20 77 68 69 63 68 20 21 41 63 63 6f 75 |ons which !Accou| 00000590 6e 74 20 63 61 6e 0a 68 61 6e 64 6c 65 20 69 73 |nt can.handle is| 000005a0 20 34 2c 30 30 30 21 0a 0a 21 41 63 63 6f 75 6e | 4,000!..!Accoun| 000005b0 74 20 75 73 65 73 20 66 69 6c 65 74 79 70 65 20 |t uses filetype | 000005c0 26 30 30 35 20 66 6f 72 20 69 74 73 20 73 61 76 |&005 for its sav| 000005d0 65 64 20 66 69 6c 65 73 2e 0a 49 66 20 79 6f 75 |ed files..If you| 000005e0 20 61 6c 72 65 61 64 79 20 68 61 76 65 20 61 20 | already have a | 000005f0 70 72 6f 67 72 61 6d 20 77 68 69 63 68 20 75 73 |program which us| 00000600 65 73 20 74 68 69 73 0a 66 69 6c 65 74 79 70 65 |es this.filetype| 00000610 2c 20 21 41 63 63 6f 75 6e 74 20 63 61 6e 20 62 |, !Account can b| 00000620 65 20 63 68 61 6e 67 65 64 20 74 6f 20 61 63 63 |e changed to acc| 00000630 6f 6d 6f 64 61 74 65 0a 74 68 69 73 2e 20 53 69 |omodate.this. Si| 00000640 6d 70 6c 79 20 63 68 61 6e 67 65 20 74 68 65 20 |mply change the | 00000650 76 61 6c 75 65 73 20 69 6e 20 74 68 65 20 22 21 |values in the "!| 00000660 42 6f 6f 74 22 2c 0a 22 21 52 75 6e 22 20 61 6e |Boot",."!Run" an| 00000670 64 20 22 4d 65 73 73 61 67 65 73 22 20 66 69 6c |d "Messages" fil| 00000680 65 73 2e 20 59 6f 75 20 77 69 6c 6c 20 61 6c 73 |es. You will als| 00000690 6f 20 6e 65 65 64 20 74 6f 0a 72 65 6e 61 6d 65 |o need to.rename| 000006a0 20 74 68 65 20 27 66 69 6c 65 5f 30 30 35 27 20 | the 'file_005' | 000006b0 73 70 72 69 74 65 20 77 68 69 63 68 20 79 6f 75 |sprite which you| 000006c0 20 77 69 6c 6c 20 66 69 6e 64 0a 69 6e 20 22 21 | will find.in "!| 000006d0 53 70 72 69 74 65 73 22 2e 0a 0a 59 6f 75 20 63 |Sprites"...You c| 000006e0 61 6e 20 64 65 66 69 6e 65 20 77 68 61 74 20 62 |an define what b| 000006f0 61 6e 6b 20 63 6f 64 65 73 20 77 69 6c 6c 20 64 |ank codes will d| 00000700 69 73 70 6c 61 79 65 64 20 69 6e 0a 74 68 65 20 |isplayed in.the | 00000710 27 43 6f 64 65 73 27 20 73 75 62 6d 65 6e 75 20 |'Codes' submenu | 00000720 62 79 20 63 68 61 6e 67 69 6e 67 20 74 68 65 20 |by changing the | 00000730 22 4d 65 73 73 61 67 65 73 22 0a 66 69 6c 65 2e |"Messages".file.| 00000740 20 43 6f 64 65 73 20 73 68 6f 75 6c 64 20 62 65 | Codes should be| 00000750 20 61 20 6d 61 78 69 6d 75 6d 20 6f 66 20 33 20 | a maximum of 3 | 00000760 63 68 61 72 61 63 74 65 72 73 0a 6c 6f 6e 67 2c |characters.long,| 00000770 20 61 6e 64 20 62 65 20 73 65 70 61 72 61 74 65 | and be separate| 00000780 64 20 62 79 20 66 75 6c 6c 2d 73 74 6f 70 73 2e |d by full-stops.| 00000790 0a 0a 54 68 65 20 73 74 61 6e 64 61 72 64 20 70 |..The standard p| 000007a0 72 6f 67 72 61 6d 20 75 73 65 73 20 61 6e 74 69 |rogram uses anti| 000007b0 2d 61 6c 69 61 73 65 64 20 66 6f 6e 74 73 0a 28 |-aliased fonts.(| 000007c0 54 72 69 6e 69 74 79 2e 4d 65 64 69 75 6d 20 74 |Trinity.Medium t| 000007d0 6f 20 62 65 20 65 78 61 63 74 29 2e 20 49 74 20 |o be exact). It | 000007e0 69 73 20 72 65 63 6f 6d 6d 65 6e 64 65 64 20 74 |is recommended t| 000007f0 68 61 74 0a 69 66 20 79 6f 75 20 77 61 6e 74 20 |hat.if you want | 00000800 66 6f 6e 74 73 20 79 6f 75 20 73 68 6f 75 6c 64 |fonts you should| 00000810 20 75 73 65 20 61 20 32 35 36 20 63 6f 6c 6f 75 | use a 256 colou| 00000820 72 20 6d 6f 64 65 2c 0a 73 69 6e 63 65 20 74 68 |r mode,.since th| 00000830 65 20 61 6e 74 69 2d 61 6c 69 61 73 69 6e 67 20 |e anti-aliasing | 00000840 69 6e 20 31 32 20 63 6f 6c 6f 75 72 20 6d 6f 64 |in 12 colour mod| 00000850 65 73 20 69 73 20 6e 65 78 74 0a 74 6f 20 75 73 |es is next.to us| 00000860 65 6c 65 73 73 21 20 49 66 20 79 6f 75 20 64 6f |eless! If you do| 00000870 20 6e 6f 74 20 77 61 6e 74 20 66 6f 6e 74 73 20 | not want fonts | 00000880 28 70 65 72 68 61 70 73 20 74 68 65 79 0a 72 75 |(perhaps they.ru| 00000890 6e 20 74 6f 6f 20 73 6c 6f 77 6c 79 2c 20 6f 72 |n too slowly, or| 000008a0 20 79 6f 75 20 6d 61 79 20 6e 6f 74 20 68 61 76 | you may not hav| 000008b0 65 20 52 69 73 63 20 4f 53 20 33 29 2c 20 74 68 |e Risc OS 3), th| 000008c0 65 6e 0a 63 68 61 6e 67 65 20 74 68 65 20 76 61 |en.change the va| 000008d0 6c 75 65 20 6f 66 20 22 55 73 65 46 6f 6e 74 73 |lue of "UseFonts| 000008e0 22 20 69 6e 20 22 4d 65 73 73 61 67 65 73 22 2e |" in "Messages".| 000008f0 20 54 68 65 0a 66 6f 6e 74 20 75 73 65 64 20 66 | The.font used f| 00000900 6f 72 20 74 68 65 20 6d 65 6e 75 73 20 63 61 6e |or the menus can| 00000910 20 62 65 20 66 6f 75 6e 64 20 69 6e 20 22 4d 65 | be found in "Me| 00000920 73 73 61 67 65 73 22 0a 61 66 74 65 72 20 22 46 |ssages".after "F| 00000930 6f 6e 74 22 2c 20 61 6e 64 20 74 68 65 20 73 69 |ont", and the si| 00000940 7a 65 20 6f 66 20 74 68 65 20 66 6f 6e 74 20 69 |ze of the font i| 00000950 73 20 69 6e 20 22 46 6f 6e 74 48 22 0a 61 6e 64 |s in "FontH".and| 00000960 20 22 46 6f 6e 74 57 22 20 28 69 6e 20 70 6f 69 | "FontW" (in poi| 00000970 6e 74 73 29 2e 20 49 74 20 69 73 20 72 65 63 6f |nts). It is reco| 00000980 6d 6d 65 6e 64 65 64 20 74 68 61 74 0a 6e 6f 74 |mmended that.not| 00000990 68 69 6e 67 20 67 72 65 61 74 65 72 20 74 68 61 |hing greater tha| 000009a0 6e 20 31 34 70 74 73 20 69 73 20 75 73 65 64 20 |n 14pts is used | 000009b0 28 66 6f 72 20 72 65 61 73 6f 6e 73 20 74 68 61 |(for reasons tha| 000009c0 74 0a 77 69 6c 6c 20 62 65 63 6f 6d 65 20 6f 62 |t.will become ob| 000009d0 76 69 6f 75 73 20 69 66 20 79 6f 75 20 74 72 79 |vious if you try| 000009e0 20 69 74 21 29 2e 20 49 66 20 79 6f 75 20 72 65 | it!). If you re| 000009f0 61 6c 6c 79 0a 77 61 6e 74 20 74 6f 2c 20 79 6f |ally.want to, yo| 00000a00 75 20 63 6f 75 6c 64 20 6c 6f 61 64 20 74 68 65 |u could load the| 00000a10 20 54 65 6d 70 6c 61 74 65 20 66 69 6c 65 20 69 | Template file i| 00000a20 6e 74 6f 0a 46 6f 72 6d 45 64 20 61 6e 64 20 63 |nto.FormEd and c| 00000a30 68 61 6e 67 65 20 61 6c 6c 20 74 68 65 20 66 6f |hange all the fo| 00000a40 6e 74 73 20 74 6f 20 73 6f 6d 65 74 68 69 6e 67 |nts to something| 00000a50 20 6f 74 68 65 72 0a 74 68 61 6e 20 54 72 69 6e | other.than Trin| 00000a60 69 74 79 2e 4d 65 64 69 75 6d 20 62 75 74 20 74 |ity.Medium but t| 00000a70 68 65 20 70 72 6f 62 6c 65 6d 20 69 73 20 74 68 |he problem is th| 00000a80 61 74 20 79 6f 75 20 6d 61 79 0a 6e 65 65 64 20 |at you may.need | 00000a90 74 6f 20 61 6c 74 65 72 20 74 68 65 20 73 69 7a |to alter the siz| 00000aa0 65 20 6f 66 20 74 68 65 20 69 63 6f 6e 73 20 61 |e of the icons a| 00000ab0 63 63 6f 72 64 69 6e 67 6c 79 2e 0a 42 65 73 69 |ccordingly..Besi| 00000ac0 64 65 73 2c 20 54 72 69 6e 69 74 79 20 69 73 20 |des, Trinity is | 00000ad0 71 75 69 74 65 20 6e 69 63 65 20 69 73 6e 27 74 |quite nice isn't| 00000ae0 20 69 74 3f 21 20 3a 2d 29 0a 0a 54 68 69 73 20 | it?! :-)..This | 00000af0 70 72 6f 67 72 61 6d 20 77 61 73 20 77 72 69 74 |program was writ| 00000b00 74 65 6e 20 62 79 20 41 6c 69 73 64 61 69 72 20 |ten by Alisdair | 00000b10 4d 69 6c 6c 61 72 64 20 61 6e 64 0a 69 73 20 a9 |Millard and.is .| 00000b20 20 41 63 6f 72 6e 20 43 6f 6d 70 75 74 69 6e 67 | Acorn Computing| 00000b30 2c 20 73 6f 20 49 20 77 6f 75 6c 64 20 61 70 70 |, so I would app| 00000b40 72 65 63 69 61 74 65 20 69 74 20 69 66 0a 79 6f |reciate it if.yo| 00000b50 75 20 64 69 64 6e 27 74 20 73 74 61 72 74 20 67 |u didn't start g| 00000b60 69 76 69 6e 67 20 69 74 20 74 6f 20 6f 74 68 65 |iving it to othe| 00000b70 72 20 70 65 6f 70 6c 65 20 2d 20 74 68 69 73 0a |r people - this.| 00000b80 70 72 6f 67 72 61 6d 20 69 73 20 4e 4f 54 2c 20 |program is NOT, | 00000b90 49 20 72 65 70 65 61 74 20 4e 4f 54 2c 20 70 75 |I repeat NOT, pu| 00000ba0 62 6c 69 63 20 64 6f 6d 61 69 6e 21 0a 0a 20 20 |blic domain!.. | 00000bb0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 2d |--------------.-| 00000bc0 2d 7c 20 44 69 73 63 6c 61 69 6d 65 72 20 7c 2d |-| Disclaimer |-| 00000bd0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000bf0 2d 2d 0a 7c 20 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |--.| -----------| 00000c00 2d 2d 2d 20 20 20 20 20 20 20 20 20 20 20 20 20 |--- | 00000c10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000c20 20 20 20 20 20 7c 0a 7c 20 20 20 20 20 20 20 20 | |.| | 00000c30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000c50 20 20 20 20 20 20 20 20 20 7c 0a 7c 20 50 6c 65 | |.| Ple| 00000c60 61 73 65 20 6e 6f 74 65 2c 20 79 6f 75 20 61 72 |ase note, you ar| 00000c70 65 20 72 65 73 70 6f 6e 73 69 62 6c 65 20 66 6f |e responsible fo| 00000c80 72 20 74 68 65 20 20 20 20 20 20 20 20 7c 0a 7c |r the |.|| 00000c90 20 73 65 63 75 72 69 74 79 20 6f 66 20 79 6f 75 | security of you| 00000ca0 72 20 61 63 63 6f 75 6e 74 73 2c 20 61 6e 64 20 |r accounts, and | 00000cb0 6e 65 69 74 68 65 72 20 74 68 65 20 20 20 20 20 |neither the | 00000cc0 20 7c 0a 7c 20 61 75 74 68 6f 72 20 6e 6f 72 20 | |.| author nor | 00000cd0 41 63 6f 72 6e 20 43 6f 6d 70 75 74 69 6e 67 20 |Acorn Computing | 00000ce0 63 61 6e 20 6f 72 20 77 69 6c 6c 20 62 65 20 68 |can or will be h| 00000cf0 65 6c 64 20 20 7c 0a 7c 20 72 65 73 70 6f 6e 73 |eld |.| respons| 00000d00 69 62 6c 65 20 66 6f 72 20 61 6e 79 20 6c 6f 73 |ible for any los| 00000d10 73 20 6f 66 20 64 61 74 61 2c 20 6d 6f 6e 65 79 |s of data, money| 00000d20 20 6f 72 20 20 20 20 20 20 7c 0a 7c 20 6f 74 68 | or |.| oth| 00000d30 65 72 77 69 73 65 2c 20 6f 72 20 61 6e 79 20 70 |erwise, or any p| 00000d40 68 79 73 69 63 61 6c 20 6f 72 20 70 72 6f 70 65 |hysical or prope| 00000d50 72 74 79 20 64 61 6d 61 67 65 20 20 20 7c 0a 7c |rty damage |.|| 00000d60 20 61 72 69 73 69 6e 67 20 6f 75 74 20 6f 66 20 | arising out of | 00000d70 74 68 65 20 75 73 65 20 6f 72 20 6d 69 73 75 73 |the use or misus| 00000d80 65 20 6f 66 20 74 68 69 73 20 20 20 20 20 20 20 |e of this | 00000d90 20 7c 0a 7c 20 70 72 6f 67 72 61 6d 2e 20 20 20 | |.| program. | 00000da0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000dc0 20 20 20 20 20 7c 0a 7c 20 20 20 20 20 20 20 20 | |.| | 00000dd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000df0 20 20 20 20 20 20 20 20 20 7c 0a 2d 2d 2d 2d 2d | |.-----| 00000e00 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000e20 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a |--------------..| 00000e30 0a 50 72 6f 67 72 61 6d 20 68 69 73 74 6f 72 79 |.Program history| 00000e40 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |.===============| 00000e50 0a 0a 20 20 31 2e 30 20 20 2d 20 46 69 72 73 74 |.. 1.0 - First| 00000e60 20 77 6f 72 6b 69 6e 67 20 76 65 72 73 69 6f 6e | working version| 00000e70 2e 20 49 6e 74 65 72 66 61 63 65 20 61 64 64 65 |. Interface adde| 00000e80 64 2e 0a 20 20 31 2e 31 20 20 2d 20 47 65 6e 65 |d.. 1.1 - Gene| 00000e90 72 61 6c 20 74 69 64 79 69 6e 67 20 75 70 2e 0a |ral tidying up..| 00000ea0 20 20 31 2e 32 20 20 2d 20 50 72 69 6e 74 20 66 | 1.2 - Print f| 00000eb0 61 63 69 6c 69 74 79 20 61 64 64 65 64 2e 0a 20 |acility added.. | 00000ec0 20 31 2e 32 31 20 2d 20 42 75 67 73 20 69 6e 20 | 1.21 - Bugs in | 00000ed0 70 72 69 6e 74 20 70 72 6f 63 65 64 75 72 65 20 |print procedure | 00000ee0 66 69 78 65 64 2e 20 50 61 67 65 0a 20 20 20 20 |fixed. Page. | 00000ef0 20 20 20 20 20 75 70 2f 64 6f 77 6e 20 69 63 6f | up/down ico| 00000f00 6e 73 20 73 77 61 70 70 65 64 20 70 6c 61 63 65 |ns swapped place| 00000f10 73 2e 0a 20 20 31 2e 32 32 20 2d 20 54 72 61 6e |s.. 1.22 - Tran| 00000f20 73 61 63 74 69 6f 6e 73 20 69 6e 20 64 65 62 69 |sactions in debi| 00000f30 74 20 6e 6f 77 20 61 70 70 65 61 72 20 69 6e 20 |t now appear in | 00000f40 72 65 64 2e 0a 20 20 31 2e 33 20 20 2d 20 4d 6f |red.. 1.3 - Mo| 00000f50 72 65 20 74 69 64 79 69 6e 67 20 75 70 2e 20 46 |re tidying up. F| 00000f60 69 78 65 64 20 64 61 74 65 20 65 6e 74 72 79 0a |ixed date entry.| 00000f70 20 20 20 20 20 20 20 20 20 69 6e 74 72 6f 64 75 | introdu| 00000f80 63 65 64 2e 0a 20 20 31 2e 33 31 20 2d 20 41 75 |ced.. 1.31 - Au| 00000f90 74 6f 6d 61 74 69 63 20 69 6e 73 65 72 74 69 6f |tomatic insertio| 00000fa0 6e 2f 61 64 64 69 74 69 6f 6e 2f 61 6d 65 6e 64 |n/addition/amend| 00000fb0 69 6e 67 20 6f 66 0a 20 20 20 20 20 20 20 20 20 |ing of. | 00000fc0 74 72 61 6e 73 61 63 74 69 6f 6e 73 2c 20 4d 73 |transactions, Ms| 00000fd0 67 54 72 61 6e 73 20 73 75 70 70 6f 72 74 20 61 |gTrans support a| 00000fe0 6e 64 0a 20 20 20 20 20 20 20 20 20 44 72 61 67 |nd. Drag| 00000ff0 41 53 70 72 69 74 65 20 73 75 70 70 6f 72 74 20 |ASprite support | 00001000 69 6e 74 72 6f 64 75 63 65 64 2e 0a 20 20 31 2e |introduced.. 1.| 00001010 33 32 20 2d 20 4d 61 6a 6f 72 20 69 6e 74 65 72 |32 - Major inter| 00001020 6d 69 74 74 65 6e 74 20 62 75 67 20 66 69 78 65 |mittent bug fixe| 00001030 64 2e 20 47 65 6e 65 72 61 6c 0a 20 20 20 20 20 |d. General. | 00001040 20 20 20 20 74 69 64 79 69 6e 67 20 75 70 2e 20 | tidying up. | 00001050 49 6e 70 75 74 20 72 65 73 74 72 69 63 74 69 6f |Input restrictio| 00001060 6e 20 69 6e 20 74 65 78 74 0a 20 20 20 20 20 20 |n in text. | 00001070 20 20 20 69 63 6f 6e 73 2e 20 46 69 72 73 74 20 | icons. First | 00001080 72 65 6c 65 61 73 65 20 76 65 72 73 69 6f 6e 20 |release version | 00001090 28 4a 61 6e 2e 20 31 39 39 34 29 0a 20 20 31 2e |(Jan. 1994). 1.| 000010a0 34 20 20 2d 20 4d 6f 72 65 20 74 69 64 79 69 6e |4 - More tidyin| 000010b0 67 20 75 70 2e 20 50 61 6e 65 20 77 69 6e 64 6f |g up. Pane windo| 000010c0 77 20 61 64 64 65 64 2e 20 54 68 65 0a 20 20 20 |w added. The. | 000010d0 20 20 20 20 20 20 69 6e 74 65 72 6d 69 74 74 65 | intermitte| 000010e0 6e 74 20 62 75 67 20 66 69 78 20 61 64 64 65 64 |nt bug fix added| 000010f0 20 69 6e 20 76 31 2e 33 32 20 68 61 73 0a 20 20 | in v1.32 has. | 00001100 20 20 20 20 20 20 20 62 65 65 6e 20 72 69 70 70 | been ripp| 00001110 65 64 20 6f 75 74 20 61 6e 64 20 72 65 70 6c 61 |ed out and repla| 00001120 63 65 64 20 2d 20 27 63 6f 73 20 69 74 0a 20 20 |ced - 'cos it. | 00001130 20 20 20 20 20 20 20 64 69 64 6e 27 74 20 77 6f | didn't wo| 00001140 72 6b 20 61 74 20 61 6c 6c 21 20 41 6e 74 69 2d |rk at all! Anti-| 00001150 61 6c 69 61 73 65 64 20 66 6f 6e 74 0a 20 20 20 |aliased font. | 00001160 20 20 20 20 20 20 73 75 70 70 6f 72 74 20 61 64 | support ad| 00001170 64 65 64 2e 0a |ded..| 00001175