Home » Archimedes archive » Acorn User » AU 1998-04 A.adf » PD » Johnson/MultiShow/!Multishow/Docs/Instruct
Johnson/MultiShow/!Multishow/Docs/Instruct
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 User » AU 1998-04 A.adf » PD |
Filename: | Johnson/MultiShow/!Multishow/Docs/Instruct |
Read OK: | ✔ |
File size: | 0C89 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
MULTISHOW ========= Written by Paul F Johnson and David Jackson An apology ---------- The real credit for this program should go to David Jackson of Clares Micros for supplying the tutorial files for WimpBasic which show how to render JPEGs, DRAW and SPRITE files. All I did was link the 3 together, bump in a timer routine and a system by which upto 300 filenames could be stored (that's around 5 complete directories), chucked in some error handlers and such but the actual routines were done by David. There are a few other little touches I did, but the main "doing" part was down to David. On with the show! INSTRUCTIONS ------------ Using this program is extremely easy (as should all programs be!). All you do is select the files you want to be viewed and drag them into the main window OR onto the iconbar. The program will record the locations of these files and if the main window is not open, will open it. The files can be from anywhere - CD, floppy, Zip, Jaz, Archive - it doesn't matter (well, it does for the archive, the archiver reader software has to be running otherwise the program will crash). All you have to do then is set the timer using the arrow keys and press "START". The program will do the rest. The display window has the following at the top +---+---------------------------------------------+ | X | Picture filename. 1 of x | +---+---------------------------------------------+ where x is the total number of filenames stored. You can exit out of the current set of displays by clicking on the close window icon. RESETING -------- You can reset the stored filenames by clicking on RESET. Please note, this will also reset the timer. ERROR TRAPPING -------------- From time to time, you may find that a jpeg/sprite/draw file can be corrupt (for one reason or another). The program will handle this without crashing by spewing up an error message. WARNING ------- This program is only suitable for machines using RiscOS 3.5 and above as it renders JPEGs using the SpriteExtend (0.99) module. If your machine doesn't have this module, it can be obtained from the Acorn ftp site. KNOWN BUGS ---------- I've had the program crash on me twice (under a previous version) when full screen jpegs are rendered. This was due to a window closer not working proproperly. This has been ironed out. I have been told that if Virtualise (up to 1.10) is being used, the program can run "a bit slow like dead". I haven't been able to do much about this as I don't have Virtualise. BUG REPORTS ----------- You can email me at P.F.Johnson@Chemistry.salford.ac.uk or if you have had this off a PD CD/Library or a front cover of AU (the only Acorn mag worth having IMHO) write to me at Paul Johnson 77 Station Road Haydock St. Helens WA11 0JL. Please tell me which version of the program you are using, your machine and a description of how the bug occured, anything else you were running at the time. This will help me iron out the fault. ------------ PFJ 12.2.98
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 4d 55 4c 54 49 53 48 4f 57 0a 20 20 20 20 20 20 |MULTISHOW. | 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000040 20 20 20 20 20 20 20 20 20 20 3d 3d 3d 3d 3d 3d | ======| 00000050 3d 3d 3d 0a 0a 20 20 20 20 20 20 20 20 20 20 20 |===.. | 00000060 20 20 20 20 20 20 20 20 20 20 20 20 20 57 72 69 | Wri| 00000070 74 74 65 6e 20 62 79 20 50 61 75 6c 20 46 20 4a |tten by Paul F J| 00000080 6f 68 6e 73 6f 6e 0a 20 20 20 20 20 20 20 20 20 |ohnson. | 00000090 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000a0 20 20 20 61 6e 64 20 44 61 76 69 64 20 4a 61 63 | and David Jac| 000000b0 6b 73 6f 6e 0a 0a 41 6e 20 61 70 6f 6c 6f 67 79 |kson..An apology| 000000c0 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 54 68 65 |.----------..The| 000000d0 20 72 65 61 6c 20 63 72 65 64 69 74 20 66 6f 72 | real credit for| 000000e0 20 74 68 69 73 20 70 72 6f 67 72 61 6d 20 73 68 | this program sh| 000000f0 6f 75 6c 64 20 67 6f 20 74 6f 20 44 61 76 69 64 |ould go to David| 00000100 20 4a 61 63 6b 73 6f 6e 20 6f 66 20 43 6c 61 72 | Jackson of Clar| 00000110 65 73 20 4d 69 63 72 6f 73 0a 66 6f 72 20 73 75 |es Micros.for su| 00000120 70 70 6c 79 69 6e 67 20 74 68 65 20 74 75 74 6f |pplying the tuto| 00000130 72 69 61 6c 20 66 69 6c 65 73 20 66 6f 72 20 57 |rial files for W| 00000140 69 6d 70 42 61 73 69 63 20 77 68 69 63 68 20 73 |impBasic which s| 00000150 68 6f 77 20 68 6f 77 20 74 6f 20 72 65 6e 64 65 |how how to rende| 00000160 72 0a 4a 50 45 47 73 2c 20 44 52 41 57 20 61 6e |r.JPEGs, DRAW an| 00000170 64 20 53 50 52 49 54 45 20 66 69 6c 65 73 2e 0a |d SPRITE files..| 00000180 0a 41 6c 6c 20 49 20 64 69 64 20 77 61 73 20 6c |.All I did was l| 00000190 69 6e 6b 20 74 68 65 20 33 20 74 6f 67 65 74 68 |ink the 3 togeth| 000001a0 65 72 2c 20 62 75 6d 70 20 69 6e 20 61 20 74 69 |er, bump in a ti| 000001b0 6d 65 72 20 72 6f 75 74 69 6e 65 20 61 6e 64 20 |mer routine and | 000001c0 61 20 73 79 73 74 65 6d 20 62 79 0a 77 68 69 63 |a system by.whic| 000001d0 68 20 75 70 74 6f 20 33 30 30 20 66 69 6c 65 6e |h upto 300 filen| 000001e0 61 6d 65 73 20 63 6f 75 6c 64 20 62 65 20 73 74 |ames could be st| 000001f0 6f 72 65 64 20 28 74 68 61 74 27 73 20 61 72 6f |ored (that's aro| 00000200 75 6e 64 20 35 20 63 6f 6d 70 6c 65 74 65 0a 64 |und 5 complete.d| 00000210 69 72 65 63 74 6f 72 69 65 73 29 2c 20 63 68 75 |irectories), chu| 00000220 63 6b 65 64 20 69 6e 20 73 6f 6d 65 20 65 72 72 |cked in some err| 00000230 6f 72 20 68 61 6e 64 6c 65 72 73 20 61 6e 64 20 |or handlers and | 00000240 73 75 63 68 20 62 75 74 20 74 68 65 20 61 63 74 |such but the act| 00000250 75 61 6c 0a 72 6f 75 74 69 6e 65 73 20 77 65 72 |ual.routines wer| 00000260 65 20 64 6f 6e 65 20 62 79 20 44 61 76 69 64 2e |e done by David.| 00000270 20 0a 0a 54 68 65 72 65 20 61 72 65 20 61 20 66 | ..There are a f| 00000280 65 77 20 6f 74 68 65 72 20 6c 69 74 74 6c 65 20 |ew other little | 00000290 74 6f 75 63 68 65 73 20 49 20 64 69 64 2c 20 62 |touches I did, b| 000002a0 75 74 20 74 68 65 20 6d 61 69 6e 20 22 64 6f 69 |ut the main "doi| 000002b0 6e 67 22 20 70 61 72 74 20 77 61 73 0a 64 6f 77 |ng" part was.dow| 000002c0 6e 20 74 6f 20 44 61 76 69 64 2e 0a 0a 4f 6e 20 |n to David...On | 000002d0 77 69 74 68 20 74 68 65 20 73 68 6f 77 21 0a 0a |with the show!..| 000002e0 49 4e 53 54 52 55 43 54 49 4f 4e 53 0a 2d 2d 2d |INSTRUCTIONS.---| 000002f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 55 73 69 6e 67 |---------..Using| 00000300 20 74 68 69 73 20 70 72 6f 67 72 61 6d 20 69 73 | this program is| 00000310 20 65 78 74 72 65 6d 65 6c 79 20 65 61 73 79 20 | extremely easy | 00000320 28 61 73 20 73 68 6f 75 6c 64 20 61 6c 6c 20 70 |(as should all p| 00000330 72 6f 67 72 61 6d 73 20 62 65 21 29 2e 20 41 6c |rograms be!). Al| 00000340 6c 20 79 6f 75 0a 64 6f 20 69 73 20 73 65 6c 65 |l you.do is sele| 00000350 63 74 20 74 68 65 20 66 69 6c 65 73 20 79 6f 75 |ct the files you| 00000360 20 77 61 6e 74 20 74 6f 20 62 65 20 76 69 65 77 | want to be view| 00000370 65 64 20 61 6e 64 20 64 72 61 67 20 74 68 65 6d |ed and drag them| 00000380 20 69 6e 74 6f 20 74 68 65 20 6d 61 69 6e 0a 77 | into the main.w| 00000390 69 6e 64 6f 77 20 4f 52 20 6f 6e 74 6f 20 74 68 |indow OR onto th| 000003a0 65 20 69 63 6f 6e 62 61 72 2e 20 54 68 65 20 70 |e iconbar. The p| 000003b0 72 6f 67 72 61 6d 20 77 69 6c 6c 20 72 65 63 6f |rogram will reco| 000003c0 72 64 20 74 68 65 20 6c 6f 63 61 74 69 6f 6e 73 |rd the locations| 000003d0 20 6f 66 20 74 68 65 73 65 0a 66 69 6c 65 73 20 | of these.files | 000003e0 61 6e 64 20 69 66 20 74 68 65 20 6d 61 69 6e 20 |and if the main | 000003f0 77 69 6e 64 6f 77 20 69 73 20 6e 6f 74 20 6f 70 |window is not op| 00000400 65 6e 2c 20 77 69 6c 6c 20 6f 70 65 6e 20 69 74 |en, will open it| 00000410 2e 0a 0a 54 68 65 20 66 69 6c 65 73 20 63 61 6e |...The files can| 00000420 20 62 65 20 66 72 6f 6d 20 61 6e 79 77 68 65 72 | be from anywher| 00000430 65 20 2d 20 43 44 2c 20 66 6c 6f 70 70 79 2c 20 |e - CD, floppy, | 00000440 5a 69 70 2c 20 4a 61 7a 2c 20 41 72 63 68 69 76 |Zip, Jaz, Archiv| 00000450 65 20 2d 20 69 74 20 64 6f 65 73 6e 27 74 0a 6d |e - it doesn't.m| 00000460 61 74 74 65 72 20 28 77 65 6c 6c 2c 20 69 74 20 |atter (well, it | 00000470 64 6f 65 73 20 66 6f 72 20 74 68 65 20 61 72 63 |does for the arc| 00000480 68 69 76 65 2c 20 74 68 65 20 61 72 63 68 69 76 |hive, the archiv| 00000490 65 72 20 72 65 61 64 65 72 20 73 6f 66 74 77 61 |er reader softwa| 000004a0 72 65 20 68 61 73 20 74 6f 0a 62 65 20 72 75 6e |re has to.be run| 000004b0 6e 69 6e 67 20 6f 74 68 65 72 77 69 73 65 20 74 |ning otherwise t| 000004c0 68 65 20 70 72 6f 67 72 61 6d 20 77 69 6c 6c 20 |he program will | 000004d0 63 72 61 73 68 29 2e 0a 0a 41 6c 6c 20 79 6f 75 |crash)...All you| 000004e0 20 68 61 76 65 20 74 6f 20 64 6f 20 74 68 65 6e | have to do then| 000004f0 20 69 73 20 73 65 74 20 74 68 65 20 74 69 6d 65 | is set the time| 00000500 72 20 75 73 69 6e 67 20 74 68 65 20 61 72 72 6f |r using the arro| 00000510 77 20 6b 65 79 73 20 61 6e 64 20 70 72 65 73 73 |w keys and press| 00000520 0a 22 53 54 41 52 54 22 2e 20 54 68 65 20 70 72 |."START". The pr| 00000530 6f 67 72 61 6d 20 77 69 6c 6c 20 64 6f 20 74 68 |ogram will do th| 00000540 65 20 72 65 73 74 2e 0a 0a 54 68 65 20 64 69 73 |e rest...The dis| 00000550 70 6c 61 79 20 77 69 6e 64 6f 77 20 68 61 73 20 |play window has | 00000560 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 61 74 |the following at| 00000570 20 74 68 65 20 74 6f 70 0a 0a 20 20 20 20 20 20 | the top.. | 00000580 20 20 20 20 20 20 2b 2d 2d 2d 2b 2d 2d 2d 2d 2d | +---+-----| 00000590 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000005b0 2d 2d 2d 2d 2d 2d 2d 2d 2b 0a 20 20 20 20 20 20 |--------+. | 000005c0 20 20 20 20 20 20 7c 20 58 20 7c 20 20 20 20 20 | | X | | 000005d0 20 20 20 50 69 63 74 75 72 65 20 66 69 6c 65 6e | Picture filen| 000005e0 61 6d 65 2e 20 31 20 6f 66 20 78 20 20 20 20 20 |ame. 1 of x | 000005f0 20 20 20 20 20 20 20 20 7c 0a 20 20 20 20 20 20 | |. | 00000600 20 20 20 20 20 20 2b 2d 2d 2d 2b 2d 2d 2d 2d 2d | +---+-----| 00000610 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000630 2d 2d 2d 2d 2d 2d 2d 2d 2b 0a 0a 77 68 65 72 65 |--------+..where| 00000640 20 78 20 69 73 20 74 68 65 20 74 6f 74 61 6c 20 | x is the total | 00000650 6e 75 6d 62 65 72 20 6f 66 20 66 69 6c 65 6e 61 |number of filena| 00000660 6d 65 73 20 73 74 6f 72 65 64 2e 20 59 6f 75 20 |mes stored. You | 00000670 63 61 6e 20 65 78 69 74 20 6f 75 74 20 6f 66 20 |can exit out of | 00000680 74 68 65 0a 63 75 72 72 65 6e 74 20 73 65 74 20 |the.current set | 00000690 6f 66 20 64 69 73 70 6c 61 79 73 20 62 79 20 63 |of displays by c| 000006a0 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 20 63 |licking on the c| 000006b0 6c 6f 73 65 20 77 69 6e 64 6f 77 20 69 63 6f 6e |lose window icon| 000006c0 2e 0a 0a 52 45 53 45 54 49 4e 47 0a 2d 2d 2d 2d |...RESETING.----| 000006d0 2d 2d 2d 2d 0a 0a 59 6f 75 20 63 61 6e 20 72 65 |----..You can re| 000006e0 73 65 74 20 74 68 65 20 73 74 6f 72 65 64 20 66 |set the stored f| 000006f0 69 6c 65 6e 61 6d 65 73 20 62 79 20 63 6c 69 63 |ilenames by clic| 00000700 6b 69 6e 67 20 6f 6e 20 52 45 53 45 54 2e 20 50 |king on RESET. P| 00000710 6c 65 61 73 65 20 6e 6f 74 65 2c 20 74 68 69 73 |lease note, this| 00000720 0a 77 69 6c 6c 20 61 6c 73 6f 20 72 65 73 65 74 |.will also reset| 00000730 20 74 68 65 20 74 69 6d 65 72 2e 0a 0a 45 52 52 | the timer...ERR| 00000740 4f 52 20 54 52 41 50 50 49 4e 47 0a 2d 2d 2d 2d |OR TRAPPING.----| 00000750 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 46 72 6f 6d |----------..From| 00000760 20 74 69 6d 65 20 74 6f 20 74 69 6d 65 2c 20 79 | time to time, y| 00000770 6f 75 20 6d 61 79 20 66 69 6e 64 20 74 68 61 74 |ou may find that| 00000780 20 61 20 6a 70 65 67 2f 73 70 72 69 74 65 2f 64 | a jpeg/sprite/d| 00000790 72 61 77 20 66 69 6c 65 20 63 61 6e 20 62 65 20 |raw file can be | 000007a0 63 6f 72 72 75 70 74 0a 28 66 6f 72 20 6f 6e 65 |corrupt.(for one| 000007b0 20 72 65 61 73 6f 6e 20 6f 72 20 61 6e 6f 74 68 | reason or anoth| 000007c0 65 72 29 2e 20 54 68 65 20 70 72 6f 67 72 61 6d |er). The program| 000007d0 20 77 69 6c 6c 20 68 61 6e 64 6c 65 20 74 68 69 | will handle thi| 000007e0 73 20 77 69 74 68 6f 75 74 20 63 72 61 73 68 69 |s without crashi| 000007f0 6e 67 0a 62 79 20 73 70 65 77 69 6e 67 20 75 70 |ng.by spewing up| 00000800 20 61 6e 20 65 72 72 6f 72 20 6d 65 73 73 61 67 | an error messag| 00000810 65 2e 0a 0a 0a 57 41 52 4e 49 4e 47 0a 2d 2d 2d |e....WARNING.---| 00000820 2d 2d 2d 2d 0a 0a 54 68 69 73 20 70 72 6f 67 72 |----..This progr| 00000830 61 6d 20 69 73 20 6f 6e 6c 79 20 73 75 69 74 61 |am is only suita| 00000840 62 6c 65 20 66 6f 72 20 6d 61 63 68 69 6e 65 73 |ble for machines| 00000850 20 75 73 69 6e 67 20 52 69 73 63 4f 53 20 33 2e | using RiscOS 3.| 00000860 35 20 61 6e 64 20 61 62 6f 76 65 20 61 73 20 69 |5 and above as i| 00000870 74 0a 72 65 6e 64 65 72 73 20 4a 50 45 47 73 20 |t.renders JPEGs | 00000880 75 73 69 6e 67 20 74 68 65 20 53 70 72 69 74 65 |using the Sprite| 00000890 45 78 74 65 6e 64 20 28 30 2e 39 39 29 20 6d 6f |Extend (0.99) mo| 000008a0 64 75 6c 65 2e 20 49 66 20 79 6f 75 72 20 6d 61 |dule. If your ma| 000008b0 63 68 69 6e 65 20 64 6f 65 73 6e 27 74 0a 68 61 |chine doesn't.ha| 000008c0 76 65 20 74 68 69 73 20 6d 6f 64 75 6c 65 2c 20 |ve this module, | 000008d0 69 74 20 63 61 6e 20 62 65 20 6f 62 74 61 69 6e |it can be obtain| 000008e0 65 64 20 66 72 6f 6d 20 74 68 65 20 41 63 6f 72 |ed from the Acor| 000008f0 6e 20 66 74 70 20 73 69 74 65 2e 0a 20 20 20 20 |n ftp site.. | 00000900 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000910 20 20 20 20 20 20 20 20 20 20 20 20 0a 0a 4b 4e | ..KN| 00000920 4f 57 4e 20 42 55 47 53 0a 2d 2d 2d 2d 2d 2d 2d |OWN BUGS.-------| 00000930 2d 2d 2d 0a 0a 49 27 76 65 20 68 61 64 20 74 68 |---..I've had th| 00000940 65 20 70 72 6f 67 72 61 6d 20 63 72 61 73 68 20 |e program crash | 00000950 6f 6e 20 6d 65 20 74 77 69 63 65 20 28 75 6e 64 |on me twice (und| 00000960 65 72 20 61 20 70 72 65 76 69 6f 75 73 20 76 65 |er a previous ve| 00000970 72 73 69 6f 6e 29 20 77 68 65 6e 20 66 75 6c 6c |rsion) when full| 00000980 0a 73 63 72 65 65 6e 20 6a 70 65 67 73 20 61 72 |.screen jpegs ar| 00000990 65 20 72 65 6e 64 65 72 65 64 2e 20 54 68 69 73 |e rendered. This| 000009a0 20 77 61 73 20 64 75 65 20 74 6f 20 61 20 77 69 | was due to a wi| 000009b0 6e 64 6f 77 20 63 6c 6f 73 65 72 20 6e 6f 74 20 |ndow closer not | 000009c0 77 6f 72 6b 69 6e 67 0a 70 72 6f 70 72 6f 70 65 |working.proprope| 000009d0 72 6c 79 2e 20 54 68 69 73 20 68 61 73 20 62 65 |rly. This has be| 000009e0 65 6e 20 69 72 6f 6e 65 64 20 6f 75 74 2e 0a 0a |en ironed out...| 000009f0 49 20 68 61 76 65 20 62 65 65 6e 20 74 6f 6c 64 |I have been told| 00000a00 20 74 68 61 74 20 69 66 20 56 69 72 74 75 61 6c | that if Virtual| 00000a10 69 73 65 20 28 75 70 20 74 6f 20 31 2e 31 30 29 |ise (up to 1.10)| 00000a20 20 69 73 20 62 65 69 6e 67 20 75 73 65 64 2c 20 | is being used, | 00000a30 74 68 65 20 70 72 6f 67 72 61 6d 0a 63 61 6e 20 |the program.can | 00000a40 72 75 6e 20 22 61 20 62 69 74 20 73 6c 6f 77 20 |run "a bit slow | 00000a50 6c 69 6b 65 20 64 65 61 64 22 2e 20 49 20 68 61 |like dead". I ha| 00000a60 76 65 6e 27 74 20 62 65 65 6e 20 61 62 6c 65 20 |ven't been able | 00000a70 74 6f 20 64 6f 20 6d 75 63 68 20 61 62 6f 75 74 |to do much about| 00000a80 20 74 68 69 73 0a 61 73 20 49 20 64 6f 6e 27 74 | this.as I don't| 00000a90 20 68 61 76 65 20 56 69 72 74 75 61 6c 69 73 65 | have Virtualise| 00000aa0 2e 0a 0a 42 55 47 20 52 45 50 4f 52 54 53 0a 2d |...BUG REPORTS.-| 00000ab0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 59 6f 75 20 |----------..You | 00000ac0 63 61 6e 20 65 6d 61 69 6c 20 6d 65 20 61 74 0a |can email me at.| 00000ad0 0a 50 2e 46 2e 4a 6f 68 6e 73 6f 6e 40 43 68 65 |.P.F.Johnson@Che| 00000ae0 6d 69 73 74 72 79 2e 73 61 6c 66 6f 72 64 2e 61 |mistry.salford.a| 00000af0 63 2e 75 6b 0a 0a 6f 72 20 69 66 20 79 6f 75 20 |c.uk..or if you | 00000b00 68 61 76 65 20 68 61 64 20 74 68 69 73 20 6f 66 |have had this of| 00000b10 66 20 61 20 50 44 20 43 44 2f 4c 69 62 72 61 72 |f a PD CD/Librar| 00000b20 79 20 6f 72 20 61 20 66 72 6f 6e 74 20 63 6f 76 |y or a front cov| 00000b30 65 72 20 6f 66 20 41 55 20 28 74 68 65 0a 6f 6e |er of AU (the.on| 00000b40 6c 79 20 41 63 6f 72 6e 20 6d 61 67 20 77 6f 72 |ly Acorn mag wor| 00000b50 74 68 20 68 61 76 69 6e 67 20 49 4d 48 4f 29 20 |th having IMHO) | 00000b60 77 72 69 74 65 20 74 6f 20 6d 65 20 61 74 0a 0a |write to me at..| 00000b70 50 61 75 6c 20 4a 6f 68 6e 73 6f 6e 0a 37 37 20 |Paul Johnson.77 | 00000b80 53 74 61 74 69 6f 6e 20 52 6f 61 64 0a 48 61 79 |Station Road.Hay| 00000b90 64 6f 63 6b 0a 53 74 2e 20 48 65 6c 65 6e 73 0a |dock.St. Helens.| 00000ba0 57 41 31 31 20 30 4a 4c 2e 0a 0a 50 6c 65 61 73 |WA11 0JL...Pleas| 00000bb0 65 20 74 65 6c 6c 20 6d 65 20 77 68 69 63 68 20 |e tell me which | 00000bc0 76 65 72 73 69 6f 6e 20 6f 66 20 74 68 65 20 70 |version of the p| 00000bd0 72 6f 67 72 61 6d 20 79 6f 75 20 61 72 65 20 75 |rogram you are u| 00000be0 73 69 6e 67 2c 20 79 6f 75 72 20 6d 61 63 68 69 |sing, your machi| 00000bf0 6e 65 20 61 6e 64 0a 61 20 64 65 73 63 72 69 70 |ne and.a descrip| 00000c00 74 69 6f 6e 20 6f 66 20 68 6f 77 20 74 68 65 20 |tion of how the | 00000c10 62 75 67 20 6f 63 63 75 72 65 64 2c 20 61 6e 79 |bug occured, any| 00000c20 74 68 69 6e 67 20 65 6c 73 65 20 79 6f 75 20 77 |thing else you w| 00000c30 65 72 65 20 72 75 6e 6e 69 6e 67 20 61 74 20 74 |ere running at t| 00000c40 68 65 0a 74 69 6d 65 2e 20 54 68 69 73 20 77 69 |he.time. This wi| 00000c50 6c 6c 20 68 65 6c 70 20 6d 65 20 69 72 6f 6e 20 |ll help me iron | 00000c60 6f 75 74 20 74 68 65 20 66 61 75 6c 74 2e 0a 0a |out the fault...| 00000c70 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 50 46 4a |------------.PFJ| 00000c80 0a 31 32 2e 32 2e 39 38 0a |.12.2.98.| 00000c89