Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_28.ADF » L/+Warnr2
L/+Warnr2
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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_28.ADF |
Filename: | L/+Warnr2 |
Read OK: | ✔ |
File size: | 0E2E bytes |
Load address: | 2B204556 |
Exec address: | 6E726157 |
File contents
12 September 1996 Dear Gus Going back to my last letter and Click did you happen to catch ITN news on the 12 September. It reported the year 2000 'BUG'. Somewhat dramatically but truthful to a degree. I have been aware for sometime that the year 2000 was going to be a problem. However the problem has steadly increased in complexity as people try to solve it. Apart from the actual clock chip which may or may not increment to 2000 (many will wrap round to 1000) ie only the last three digits actually count. Software is very suspect, if the original programmers were aware that the year 2000 is not a leap year then it is likely the software traps any attempt to pass 2000 and reverts to 1986. I think CLICK is in this category. Worse if the chip responds or if a new style chip is installed and and the absence of a leap year is not known to the original software programmer it will calculate and count on a three hundred and sixty six day year. A powerful mainframe computer is not an everyday purchase but many have been updated with new software through the years most of which whist running on the same mainframe will compile various and conflicting times and dates according to the type and version of the program. For National and large financial institutions the implications a horrendous for instance some mainframes run specialist data base software which reads all the various applications and also talks to allof them. Therby acheving compatibility and data exchange. The Benefits Agency or any similar body may according to that agency's various computer applications be paying out pensions thirty years before the recipients were actually born! Of course while it will never happen quite like that there may well be quite a lot of 'Sorry can't do that today/this month the computer's down' Now is the time to perfect our skills in manually typed invoices! Much of the suspect software is written in obsolete languages, programmers are either retired, driving buses or if not dead have totally forgotten their skills. PC owners should not gloat, what will happen to DOS time and date management of files? How about Lotus 123 and Excel with their facility to use formulae based upon time and date? Take a local area network where clients costs are compiled on a time basis, were access to the net maybe limited to specific days and times? I wonder if any 'Electron' old timers can recall a somewhat academic arguement in the letters pages of "electron user" all about calendars and how to determine a leap year? General thought was that a year MOD4 in an IF THEN ELSE statement would return either a zero or a positive number. Zero indicated a leap year, a number not a leap year. The matter was finally resolved by the British Library (British Museum) confirming that the year 2000 was not a leap year therefore IF THEN ELSE statement needed to be nested with a further statement to the effect that IF yesr=2000 THENx=1 ELSE x=0. Definitely not a case of yesterdays expert being todays fool. Having just read Ross Little's account of ADFS corrupting his disc and the use of Roland Waddilove's articles to rebuild the disc indexing, I was thinking about "electron user" and reflecting that it all took place nearly ten years ago. Clever lot these eight bit buffs! Hoping Andrew Hilbig read the mid 1980's letters on the year 2000 and 'CLICK' in not a write off. I await comments on how to WRITE to the 'CLICK' calendar. Yours sincerely Roy Warner PS If anyone has a copy of "electron user containing the reference to the British Library letter I know a man who who would like to see a copy of it!
00000000 0d 31 32 20 53 65 70 74 65 6d 62 65 72 20 31 39 |.12 September 19| 00000010 39 36 0d 0d 0d 44 65 61 72 20 47 75 73 0d 0d 47 |96...Dear Gus..G| 00000020 6f 69 6e 67 20 62 61 63 6b 20 74 6f 20 6d 79 20 |oing back to my | 00000030 6c 61 73 74 20 6c 65 74 74 65 72 20 61 6e 64 20 |last letter and | 00000040 43 6c 69 63 6b 20 64 69 64 20 79 6f 75 20 68 61 |Click did you ha| 00000050 70 70 65 6e 20 74 6f 20 63 61 74 63 68 20 49 54 |ppen to catch IT| 00000060 4e 20 6e 65 77 73 20 6f 6e 0d 74 68 65 20 31 32 |N news on.the 12| 00000070 20 53 65 70 74 65 6d 62 65 72 2e 20 49 74 20 72 | September. It r| 00000080 65 70 6f 72 74 65 64 20 74 68 65 20 79 65 61 72 |eported the year| 00000090 20 32 30 30 30 20 27 42 55 47 27 2e 20 53 6f 6d | 2000 'BUG'. Som| 000000a0 65 77 68 61 74 20 64 72 61 6d 61 74 69 63 61 6c |ewhat dramatical| 000000b0 6c 79 0d 62 75 74 20 74 72 75 74 68 66 75 6c 20 |ly.but truthful | 000000c0 74 6f 20 61 20 64 65 67 72 65 65 2e 0d 0d 49 20 |to a degree...I | 000000d0 68 61 76 65 20 62 65 65 6e 20 61 77 61 72 65 20 |have been aware | 000000e0 66 6f 72 20 73 6f 6d 65 74 69 6d 65 20 74 68 61 |for sometime tha| 000000f0 74 20 74 68 65 20 79 65 61 72 20 32 30 30 30 20 |t the year 2000 | 00000100 77 61 73 20 67 6f 69 6e 67 20 74 6f 20 62 65 20 |was going to be | 00000110 61 0d 70 72 6f 62 6c 65 6d 2e 20 48 6f 77 65 76 |a.problem. Howev| 00000120 65 72 20 74 68 65 20 70 72 6f 62 6c 65 6d 20 68 |er the problem h| 00000130 61 73 20 73 74 65 61 64 6c 79 20 69 6e 63 72 65 |as steadly incre| 00000140 61 73 65 64 20 69 6e 20 63 6f 6d 70 6c 65 78 69 |ased in complexi| 00000150 74 79 20 61 73 20 70 65 6f 70 6c 65 0d 74 72 79 |ty as people.try| 00000160 20 74 6f 20 73 6f 6c 76 65 20 69 74 2e 0d 0d 41 | to solve it...A| 00000170 70 61 72 74 20 66 72 6f 6d 20 74 68 65 20 61 63 |part from the ac| 00000180 74 75 61 6c 20 63 6c 6f 63 6b 20 63 68 69 70 20 |tual clock chip | 00000190 77 68 69 63 68 20 6d 61 79 20 6f 72 20 6d 61 79 |which may or may| 000001a0 20 6e 6f 74 20 69 6e 63 72 65 6d 65 6e 74 20 74 | not increment t| 000001b0 6f 20 32 30 30 30 0d 28 6d 61 6e 79 20 77 69 6c |o 2000.(many wil| 000001c0 6c 20 77 72 61 70 20 72 6f 75 6e 64 20 74 6f 20 |l wrap round to | 000001d0 31 30 30 30 29 20 69 65 20 6f 6e 6c 79 20 74 68 |1000) ie only th| 000001e0 65 20 6c 61 73 74 20 74 68 72 65 65 20 64 69 67 |e last three dig| 000001f0 69 74 73 20 61 63 74 75 61 6c 6c 79 0d 63 6f 75 |its actually.cou| 00000200 6e 74 2e 20 53 6f 66 74 77 61 72 65 20 69 73 20 |nt. Software is | 00000210 76 65 72 79 20 73 75 73 70 65 63 74 2c 20 69 66 |very suspect, if| 00000220 20 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 70 72 | the original pr| 00000230 6f 67 72 61 6d 6d 65 72 73 20 77 65 72 65 20 61 |ogrammers were a| 00000240 77 61 72 65 0d 74 68 61 74 20 74 68 65 20 79 65 |ware.that the ye| 00000250 61 72 20 32 30 30 30 20 69 73 20 6e 6f 74 20 61 |ar 2000 is not a| 00000260 20 6c 65 61 70 20 79 65 61 72 20 74 68 65 6e 20 | leap year then | 00000270 69 74 20 69 73 20 6c 69 6b 65 6c 79 20 74 68 65 |it is likely the| 00000280 20 73 6f 66 74 77 61 72 65 20 74 72 61 70 73 0d | software traps.| 00000290 61 6e 79 20 61 74 74 65 6d 70 74 20 74 6f 20 70 |any attempt to p| 000002a0 61 73 73 20 32 30 30 30 20 61 6e 64 20 72 65 76 |ass 2000 and rev| 000002b0 65 72 74 73 20 74 6f 20 31 39 38 36 2e 20 49 20 |erts to 1986. I | 000002c0 74 68 69 6e 6b 20 43 4c 49 43 4b 20 69 73 20 69 |think CLICK is i| 000002d0 6e 20 74 68 69 73 0d 63 61 74 65 67 6f 72 79 2e |n this.category.| 000002e0 20 57 6f 72 73 65 20 69 66 20 74 68 65 20 63 68 | Worse if the ch| 000002f0 69 70 20 72 65 73 70 6f 6e 64 73 20 6f 72 20 69 |ip responds or i| 00000300 66 20 61 20 6e 65 77 20 73 74 79 6c 65 20 63 68 |f a new style ch| 00000310 69 70 20 69 73 20 69 6e 73 74 61 6c 6c 65 64 0d |ip is installed.| 00000320 61 6e 64 20 61 6e 64 20 74 68 65 20 61 62 73 65 |and and the abse| 00000330 6e 63 65 20 6f 66 20 61 20 6c 65 61 70 20 79 65 |nce of a leap ye| 00000340 61 72 20 69 73 20 6e 6f 74 20 6b 6e 6f 77 6e 20 |ar is not known | 00000350 74 6f 20 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 |to the original | 00000360 73 6f 66 74 77 61 72 65 0d 70 72 6f 67 72 61 6d |software.program| 00000370 6d 65 72 20 69 74 20 77 69 6c 6c 20 63 61 6c 63 |mer it will calc| 00000380 75 6c 61 74 65 20 61 6e 64 20 63 6f 75 6e 74 20 |ulate and count | 00000390 6f 6e 20 61 20 74 68 72 65 65 20 68 75 6e 64 72 |on a three hundr| 000003a0 65 64 20 61 6e 64 20 73 69 78 74 79 20 73 69 78 |ed and sixty six| 000003b0 0d 64 61 79 20 79 65 61 72 2e 0d 0d 41 20 70 6f |.day year...A po| 000003c0 77 65 72 66 75 6c 20 6d 61 69 6e 66 72 61 6d 65 |werful mainframe| 000003d0 20 63 6f 6d 70 75 74 65 72 20 69 73 20 6e 6f 74 | computer is not| 000003e0 20 61 6e 20 65 76 65 72 79 64 61 79 20 70 75 72 | an everyday pur| 000003f0 63 68 61 73 65 20 62 75 74 20 6d 61 6e 79 20 68 |chase but many h| 00000400 61 76 65 0d 62 65 65 6e 20 75 70 64 61 74 65 64 |ave.been updated| 00000410 20 77 69 74 68 20 6e 65 77 20 73 6f 66 74 77 61 | with new softwa| 00000420 72 65 20 74 68 72 6f 75 67 68 20 74 68 65 20 79 |re through the y| 00000430 65 61 72 73 20 6d 6f 73 74 20 6f 66 20 77 68 69 |ears most of whi| 00000440 63 68 20 77 68 69 73 74 0d 72 75 6e 6e 69 6e 67 |ch whist.running| 00000450 20 6f 6e 20 74 68 65 20 73 61 6d 65 20 6d 61 69 | on the same mai| 00000460 6e 66 72 61 6d 65 20 77 69 6c 6c 20 63 6f 6d 70 |nframe will comp| 00000470 69 6c 65 20 76 61 72 69 6f 75 73 20 61 6e 64 20 |ile various and | 00000480 63 6f 6e 66 6c 69 63 74 69 6e 67 20 74 69 6d 65 |conflicting time| 00000490 73 0d 61 6e 64 20 64 61 74 65 73 20 61 63 63 6f |s.and dates acco| 000004a0 72 64 69 6e 67 20 74 6f 20 74 68 65 20 74 79 70 |rding to the typ| 000004b0 65 20 61 6e 64 20 76 65 72 73 69 6f 6e 20 6f 66 |e and version of| 000004c0 20 74 68 65 20 70 72 6f 67 72 61 6d 2e 0d 0d 46 | the program...F| 000004d0 6f 72 20 4e 61 74 69 6f 6e 61 6c 20 61 6e 64 20 |or National and | 000004e0 6c 61 72 67 65 20 66 69 6e 61 6e 63 69 61 6c 20 |large financial | 000004f0 69 6e 73 74 69 74 75 74 69 6f 6e 73 20 74 68 65 |institutions the| 00000500 20 69 6d 70 6c 69 63 61 74 69 6f 6e 73 20 61 0d | implications a.| 00000510 68 6f 72 72 65 6e 64 6f 75 73 20 66 6f 72 20 69 |horrendous for i| 00000520 6e 73 74 61 6e 63 65 20 73 6f 6d 65 20 6d 61 69 |nstance some mai| 00000530 6e 66 72 61 6d 65 73 20 72 75 6e 20 73 70 65 63 |nframes run spec| 00000540 69 61 6c 69 73 74 20 64 61 74 61 20 62 61 73 65 |ialist data base| 00000550 20 73 6f 66 74 77 61 72 65 0d 77 68 69 63 68 20 | software.which | 00000560 72 65 61 64 73 20 61 6c 6c 20 74 68 65 20 76 61 |reads all the va| 00000570 72 69 6f 75 73 20 61 70 70 6c 69 63 61 74 69 6f |rious applicatio| 00000580 6e 73 20 61 6e 64 20 61 6c 73 6f 20 74 61 6c 6b |ns and also talk| 00000590 73 20 74 6f 20 61 6c 6c 6f 66 20 74 68 65 6d 2e |s to allof them.| 000005a0 0d 54 68 65 72 62 79 20 61 63 68 65 76 69 6e 67 |.Therby acheving| 000005b0 20 63 6f 6d 70 61 74 69 62 69 6c 69 74 79 20 61 | compatibility a| 000005c0 6e 64 20 64 61 74 61 20 65 78 63 68 61 6e 67 65 |nd data exchange| 000005d0 2e 20 54 68 65 20 42 65 6e 65 66 69 74 73 20 41 |. The Benefits A| 000005e0 67 65 6e 63 79 20 6f 72 0d 61 6e 79 20 73 69 6d |gency or.any sim| 000005f0 69 6c 61 72 20 62 6f 64 79 20 6d 61 79 20 61 63 |ilar body may ac| 00000600 63 6f 72 64 69 6e 67 20 74 6f 20 74 68 61 74 20 |cording to that | 00000610 61 67 65 6e 63 79 27 73 20 76 61 72 69 6f 75 73 |agency's various| 00000620 20 63 6f 6d 70 75 74 65 72 0d 61 70 70 6c 69 63 | computer.applic| 00000630 61 74 69 6f 6e 73 20 62 65 20 70 61 79 69 6e 67 |ations be paying| 00000640 20 6f 75 74 20 70 65 6e 73 69 6f 6e 73 20 74 68 | out pensions th| 00000650 69 72 74 79 20 79 65 61 72 73 20 62 65 66 6f 72 |irty years befor| 00000660 65 20 74 68 65 20 72 65 63 69 70 69 65 6e 74 73 |e the recipients| 00000670 0d 77 65 72 65 20 61 63 74 75 61 6c 6c 79 20 62 |.were actually b| 00000680 6f 72 6e 21 0d 0d 4f 66 20 63 6f 75 72 73 65 20 |orn!..Of course | 00000690 77 68 69 6c 65 20 69 74 20 77 69 6c 6c 20 6e 65 |while it will ne| 000006a0 76 65 72 20 68 61 70 70 65 6e 20 71 75 69 74 65 |ver happen quite| 000006b0 20 6c 69 6b 65 20 74 68 61 74 20 74 68 65 72 65 | like that there| 000006c0 20 6d 61 79 20 77 65 6c 6c 20 62 65 0d 71 75 69 | may well be.qui| 000006d0 74 65 20 61 20 6c 6f 74 20 6f 66 20 27 53 6f 72 |te a lot of 'Sor| 000006e0 72 79 20 63 61 6e 27 74 20 64 6f 20 74 68 61 74 |ry can't do that| 000006f0 20 74 6f 64 61 79 2f 74 68 69 73 20 6d 6f 6e 74 | today/this mont| 00000700 68 20 74 68 65 20 63 6f 6d 70 75 74 65 72 27 73 |h the computer's| 00000710 20 64 6f 77 6e 27 0d 4e 6f 77 20 69 73 20 74 68 | down'.Now is th| 00000720 65 20 74 69 6d 65 20 74 6f 20 70 65 72 66 65 63 |e time to perfec| 00000730 74 20 6f 75 72 20 73 6b 69 6c 6c 73 20 69 6e 20 |t our skills in | 00000740 6d 61 6e 75 61 6c 6c 79 20 74 79 70 65 64 20 69 |manually typed i| 00000750 6e 76 6f 69 63 65 73 21 0d 0d 4d 75 63 68 20 6f |nvoices!..Much o| 00000760 66 20 74 68 65 20 73 75 73 70 65 63 74 20 73 6f |f the suspect so| 00000770 66 74 77 61 72 65 20 69 73 20 77 72 69 74 74 65 |ftware is writte| 00000780 6e 20 69 6e 20 6f 62 73 6f 6c 65 74 65 20 6c 61 |n in obsolete la| 00000790 6e 67 75 61 67 65 73 2c 20 70 72 6f 67 72 61 6d |nguages, program| 000007a0 6d 65 72 73 0d 61 72 65 20 65 69 74 68 65 72 20 |mers.are either | 000007b0 72 65 74 69 72 65 64 2c 20 64 72 69 76 69 6e 67 |retired, driving| 000007c0 20 62 75 73 65 73 20 6f 72 20 69 66 20 6e 6f 74 | buses or if not| 000007d0 20 64 65 61 64 20 68 61 76 65 20 74 6f 74 61 6c | dead have total| 000007e0 6c 79 20 66 6f 72 67 6f 74 74 65 6e 0d 74 68 65 |ly forgotten.the| 000007f0 69 72 20 73 6b 69 6c 6c 73 2e 0d 0d 50 43 20 6f |ir skills...PC o| 00000800 77 6e 65 72 73 20 73 68 6f 75 6c 64 20 6e 6f 74 |wners should not| 00000810 20 67 6c 6f 61 74 2c 20 77 68 61 74 20 77 69 6c | gloat, what wil| 00000820 6c 20 68 61 70 70 65 6e 20 74 6f 20 44 4f 53 20 |l happen to DOS | 00000830 74 69 6d 65 20 61 6e 64 20 64 61 74 65 0d 6d 61 |time and date.ma| 00000840 6e 61 67 65 6d 65 6e 74 20 6f 66 20 66 69 6c 65 |nagement of file| 00000850 73 3f 20 48 6f 77 20 61 62 6f 75 74 20 4c 6f 74 |s? How about Lot| 00000860 75 73 20 31 32 33 20 61 6e 64 20 45 78 63 65 6c |us 123 and Excel| 00000870 20 77 69 74 68 20 74 68 65 69 72 20 66 61 63 69 | with their faci| 00000880 6c 69 74 79 20 74 6f 0d 75 73 65 20 66 6f 72 6d |lity to.use form| 00000890 75 6c 61 65 20 62 61 73 65 64 20 75 70 6f 6e 20 |ulae based upon | 000008a0 74 69 6d 65 20 61 6e 64 20 64 61 74 65 3f 20 54 |time and date? T| 000008b0 61 6b 65 20 61 20 6c 6f 63 61 6c 20 61 72 65 61 |ake a local area| 000008c0 20 6e 65 74 77 6f 72 6b 20 77 68 65 72 65 0d 63 | network where.c| 000008d0 6c 69 65 6e 74 73 20 63 6f 73 74 73 20 61 72 65 |lients costs are| 000008e0 20 63 6f 6d 70 69 6c 65 64 20 6f 6e 20 61 20 74 | compiled on a t| 000008f0 69 6d 65 20 62 61 73 69 73 2c 20 77 65 72 65 20 |ime basis, were | 00000900 61 63 63 65 73 73 20 74 6f 20 74 68 65 20 6e 65 |access to the ne| 00000910 74 20 6d 61 79 62 65 0d 6c 69 6d 69 74 65 64 20 |t maybe.limited | 00000920 74 6f 20 73 70 65 63 69 66 69 63 20 64 61 79 73 |to specific days| 00000930 20 61 6e 64 20 74 69 6d 65 73 3f 0d 0d 49 20 77 | and times?..I w| 00000940 6f 6e 64 65 72 20 69 66 20 61 6e 79 20 27 45 6c |onder if any 'El| 00000950 65 63 74 72 6f 6e 27 20 6f 6c 64 20 74 69 6d 65 |ectron' old time| 00000960 72 73 20 63 61 6e 20 72 65 63 61 6c 6c 20 61 20 |rs can recall a | 00000970 73 6f 6d 65 77 68 61 74 20 61 63 61 64 65 6d 69 |somewhat academi| 00000980 63 0d 61 72 67 75 65 6d 65 6e 74 20 69 6e 20 74 |c.arguement in t| 00000990 68 65 20 6c 65 74 74 65 72 73 20 70 61 67 65 73 |he letters pages| 000009a0 20 6f 66 20 22 65 6c 65 63 74 72 6f 6e 20 75 73 | of "electron us| 000009b0 65 72 22 20 61 6c 6c 20 61 62 6f 75 74 20 63 61 |er" all about ca| 000009c0 6c 65 6e 64 61 72 73 20 61 6e 64 0d 68 6f 77 20 |lendars and.how | 000009d0 74 6f 20 64 65 74 65 72 6d 69 6e 65 20 61 20 6c |to determine a l| 000009e0 65 61 70 20 79 65 61 72 3f 20 47 65 6e 65 72 61 |eap year? Genera| 000009f0 6c 20 74 68 6f 75 67 68 74 20 77 61 73 20 74 68 |l thought was th| 00000a00 61 74 20 61 20 79 65 61 72 20 4d 4f 44 34 20 69 |at a year MOD4 i| 00000a10 6e 20 61 6e 0d 49 46 20 54 48 45 4e 20 45 4c 53 |n an.IF THEN ELS| 00000a20 45 20 73 74 61 74 65 6d 65 6e 74 20 77 6f 75 6c |E statement woul| 00000a30 64 20 72 65 74 75 72 6e 20 65 69 74 68 65 72 20 |d return either | 00000a40 61 20 7a 65 72 6f 20 6f 72 20 61 20 70 6f 73 69 |a zero or a posi| 00000a50 74 69 76 65 20 6e 75 6d 62 65 72 2e 0d 5a 65 72 |tive number..Zer| 00000a60 6f 20 69 6e 64 69 63 61 74 65 64 20 61 20 6c 65 |o indicated a le| 00000a70 61 70 20 79 65 61 72 2c 20 61 20 6e 75 6d 62 65 |ap year, a numbe| 00000a80 72 20 6e 6f 74 20 61 20 6c 65 61 70 20 79 65 61 |r not a leap yea| 00000a90 72 2e 20 54 68 65 20 6d 61 74 74 65 72 20 77 61 |r. The matter wa| 00000aa0 73 0d 66 69 6e 61 6c 6c 79 20 72 65 73 6f 6c 76 |s.finally resolv| 00000ab0 65 64 20 62 79 20 74 68 65 20 42 72 69 74 69 73 |ed by the Britis| 00000ac0 68 20 4c 69 62 72 61 72 79 20 28 42 72 69 74 69 |h Library (Briti| 00000ad0 73 68 20 4d 75 73 65 75 6d 29 20 63 6f 6e 66 69 |sh Museum) confi| 00000ae0 72 6d 69 6e 67 20 74 68 61 74 0d 74 68 65 20 79 |rming that.the y| 00000af0 65 61 72 20 32 30 30 30 20 77 61 73 20 6e 6f 74 |ear 2000 was not| 00000b00 20 61 20 6c 65 61 70 20 79 65 61 72 20 74 68 65 | a leap year the| 00000b10 72 65 66 6f 72 65 20 49 46 20 54 48 45 4e 20 45 |refore IF THEN E| 00000b20 4c 53 45 20 73 74 61 74 65 6d 65 6e 74 20 6e 65 |LSE statement ne| 00000b30 65 64 65 64 0d 74 6f 20 62 65 20 6e 65 73 74 65 |eded.to be neste| 00000b40 64 20 77 69 74 68 20 61 20 66 75 72 74 68 65 72 |d with a further| 00000b50 20 73 74 61 74 65 6d 65 6e 74 20 74 6f 20 74 68 | statement to th| 00000b60 65 20 65 66 66 65 63 74 20 74 68 61 74 20 49 46 |e effect that IF| 00000b70 20 79 65 73 72 3d 32 30 30 30 0d 54 48 45 4e 78 | yesr=2000.THENx| 00000b80 3d 31 20 45 4c 53 45 20 78 3d 30 2e 20 44 65 66 |=1 ELSE x=0. Def| 00000b90 69 6e 69 74 65 6c 79 20 6e 6f 74 20 61 20 63 61 |initely not a ca| 00000ba0 73 65 20 6f 66 20 79 65 73 74 65 72 64 61 79 73 |se of yesterdays| 00000bb0 20 65 78 70 65 72 74 20 62 65 69 6e 67 20 74 6f | expert being to| 00000bc0 64 61 79 73 0d 66 6f 6f 6c 2e 0d 0d 48 61 76 69 |days.fool...Havi| 00000bd0 6e 67 20 6a 75 73 74 20 72 65 61 64 20 52 6f 73 |ng just read Ros| 00000be0 73 20 4c 69 74 74 6c 65 27 73 20 61 63 63 6f 75 |s Little's accou| 00000bf0 6e 74 20 6f 66 20 41 44 46 53 20 63 6f 72 72 75 |nt of ADFS corru| 00000c00 70 74 69 6e 67 20 68 69 73 20 64 69 73 63 20 61 |pting his disc a| 00000c10 6e 64 20 74 68 65 0d 75 73 65 20 6f 66 20 52 6f |nd the.use of Ro| 00000c20 6c 61 6e 64 20 57 61 64 64 69 6c 6f 76 65 27 73 |land Waddilove's| 00000c30 20 61 72 74 69 63 6c 65 73 20 74 6f 20 72 65 62 | articles to reb| 00000c40 75 69 6c 64 20 74 68 65 20 64 69 73 63 20 69 6e |uild the disc in| 00000c50 64 65 78 69 6e 67 2c 20 49 20 77 61 73 0d 74 68 |dexing, I was.th| 00000c60 69 6e 6b 69 6e 67 20 61 62 6f 75 74 20 22 65 6c |inking about "el| 00000c70 65 63 74 72 6f 6e 20 75 73 65 72 22 20 61 6e 64 |ectron user" and| 00000c80 20 72 65 66 6c 65 63 74 69 6e 67 20 74 68 61 74 | reflecting that| 00000c90 20 69 74 20 61 6c 6c 20 74 6f 6f 6b 20 70 6c 61 | it all took pla| 00000ca0 63 65 0d 6e 65 61 72 6c 79 20 74 65 6e 20 79 65 |ce.nearly ten ye| 00000cb0 61 72 73 20 61 67 6f 2e 20 43 6c 65 76 65 72 20 |ars ago. Clever | 00000cc0 6c 6f 74 20 74 68 65 73 65 20 65 69 67 68 74 20 |lot these eight | 00000cd0 62 69 74 20 62 75 66 66 73 21 0d 0d 48 6f 70 69 |bit buffs!..Hopi| 00000ce0 6e 67 20 41 6e 64 72 65 77 20 48 69 6c 62 69 67 |ng Andrew Hilbig| 00000cf0 20 72 65 61 64 20 74 68 65 20 6d 69 64 20 31 39 | read the mid 19| 00000d00 38 30 27 73 20 6c 65 74 74 65 72 73 20 6f 6e 20 |80's letters on | 00000d10 74 68 65 20 79 65 61 72 20 32 30 30 30 20 61 6e |the year 2000 an| 00000d20 64 0d 27 43 4c 49 43 4b 27 20 69 6e 20 6e 6f 74 |d.'CLICK' in not| 00000d30 20 61 20 77 72 69 74 65 20 6f 66 66 2e 20 49 20 | a write off. I | 00000d40 61 77 61 69 74 20 63 6f 6d 6d 65 6e 74 73 20 6f |await comments o| 00000d50 6e 20 68 6f 77 20 74 6f 20 57 52 49 54 45 20 74 |n how to WRITE t| 00000d60 6f 20 74 68 65 20 27 43 4c 49 43 4b 27 0d 63 61 |o the 'CLICK'.ca| 00000d70 6c 65 6e 64 61 72 2e 0d 0d 59 6f 75 72 73 20 73 |lendar...Yours s| 00000d80 69 6e 63 65 72 65 6c 79 0d 0d 52 6f 79 20 57 61 |incerely..Roy Wa| 00000d90 72 6e 65 72 0d 0d 50 53 20 49 66 20 61 6e 79 6f |rner..PS If anyo| 00000da0 6e 65 20 68 61 73 20 61 20 63 6f 70 79 20 6f 66 |ne has a copy of| 00000db0 20 22 65 6c 65 63 74 72 6f 6e 20 75 73 65 72 20 | "electron user | 00000dc0 63 6f 6e 74 61 69 6e 69 6e 67 20 74 68 65 20 72 |containing the r| 00000dd0 65 66 65 72 65 6e 63 65 20 74 6f 20 74 68 65 0d |eference to the.| 00000de0 42 72 69 74 69 73 68 20 4c 69 62 72 61 72 79 20 |British Library | 00000df0 6c 65 74 74 65 72 20 49 20 6b 6e 6f 77 20 61 20 |letter I know a | 00000e00 6d 61 6e 20 77 68 6f 20 77 68 6f 20 77 6f 75 6c |man who who woul| 00000e10 64 20 6c 69 6b 65 20 74 6f 20 73 65 65 20 61 20 |d like to see a | 00000e20 63 6f 70 79 20 6f 66 0d 69 74 21 0d 0d 0d |copy of.it!...| 00000e2e