Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_40.ADF » +info1
+info1
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_40.ADF |
Filename: | +info1 |
Read OK: | ✔ |
File size: | 17C1 bytes |
Load address: | 200D6576 |
Exec address: | 0D66 |
Duplicates
There are 3 duplicate copies of this file in the archive:
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_41.ADF » +info1
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_40.ADF » +info1
- Personal collection » Acorn hard disk » zipped_disks » elk03 » eug40/+info1
- Personal collection » Acorn hard disk » zipped_disks » elk06 » eug41/+info1
File contents
Information ABOUT EUG ~~~~~~~~~~~~~~~~~~~~~ EUG is a magazine for users of 8 bit Acorn machines ie the Electron, The BBC B and the Master. EUG is published every two months on disc. The formats available are 3.5" and 5.25" ADFS and DFS. All 80 track. All contributions for EUG come from members. Contributions are either original work or work previously published elsewhere but which had been adapted to improve its functioning. In the latter case a reference will be made to the original source. Contributions may be on any subject which might be of interest to EUG members. Programming, information, experience, problems, requests for help and non-computing subjects. Everything appearing in EUG is copyright to EUG. Nothing may be be republished or distributed in any form to any non-EUG member without the express premission of the editor. Members may contact other members directly but all members are asked to send any exchanges of information to EUG so that everyone can benefit. EUG also carries advertising from members either selling or looking to buy EUG cannot check the validity of any advertisment. Before buying or selling through EUG you should satisify yourself that you are getting what you want. Any problems or complaints about any aspect of EUG should be addressed to the very thick skinned editor. Gus Donnachaidh EUG 25, Bertie Road, Southsea, Hampshire. PO4 8JX Tel. 01705 781168 The current cost of EUG is `1 for each edition ie every two months. For EC members `1.50 for each edition ie every two months. For members worldwide `2.00 for each edition ie every two months. Yearly subscriptions for six editions are encouraged. Back numbers are available for `1 each except EUG21 which is in two parts each part costing `1. Where surplus monies are or have been sent these may be 'topped' up by a member to cover the cost of an extra edition. Where this is not done surplusses will be assumed to be contributions to EUG funds. On your address label there will be a code showing which disc format you have ordered and how many subscriptions are left to you. 3 indicates 3.5" disc 5 indicates 5.25" disc A indicates ADFS D indicates DFS The final number indicates how many more EUG will be sent on your current subscription, 1 indicates you will receive the next edition, 0 indicates that this is the last in your current subscription and you will need to send in further subscriptions. Mistakes are made and you should notify Gus when you think there is a problem. SOME SUGGESTIONS ON SUBMITTING TO EUG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ by Richard Dimond These suggestions are a guide to making the best use of the facilities provided by the menus and coding when submitting to the magazine. They are not intended as strict rules for submitting to the magazine though, if they are followed and more care taken in the use of spaces and blank lines the magazine would be improved and made much more readable. TEXT FILES ~~~~~~~~~~ The coding for printing the text files to screen is intended to be used with the View word processor. While it will work with other word processors the result may not be perfect and you will not be able to use the highlight options. The use of control codes, apart from the highlights, which provide for bold and italic printing, should not be used as these will be printed by the coding and will spoil the printing of the text. The program VTYPE8 is included on the discs so that you may see your files as they will appear on the discs before submitting them. The program asks first for the address of HIMEM and gives the address &2600, as on the discs, if no address is entered. This allows you to print longer files if you wish. You then have the option of which mode so that you can see your file in 40 or 80 column format. For best results, the full width of the View file in MODE 3 should be used and it is not necessary to alter the ruler. This gives a text width of 74 characters. If a ruler is added, it should be deleted as it will be printed when the code is used and make the file look untidy. You may use the formatting as the control codes 16 and 26 are ignored by the coding but printing will appear as if unformatted when the code is used. The 40 column printing has been re-written and now does not split words. This gives an improved printing in 40 columns. For the correct printing of your files, the following method should be used - 1. Titles and sub-headings should be underlined with one of the following characters - ~, *, =, - or _ . They may be centralised using spaces or the insert character key. Do not use TAB as this will appear as 1 space only. These characters can also be used between sections as the coding is arranged so that only one line is printed. Strings that are longer than 38 characters must contain one or more punctuation marks so that they are split correctly if necessary and to avoid the coding locking up - M/code is now all right as it contains these. 2. A blank line should separate paragraphs. This helps to make the file easier to read. 3. Indenting the text can be used where a new line is needed to make the printing line up correctly, eg program listings, again using spaces only. For letters, it is suggested that your name and address is typed in single line as this gives a neater appearance and saves space when the file is printed. DIAGRAMS ~~~~~~~~ The menus allow diagrams referred to in the text to be printed to screen following the relevant text. Diagrams may be in any graphics mode but, if there are more than one, they must all be in the same mode. They are then displayed in sequence in a similar manner to long text files. As the last line is used for the cue to continue, it is best to avoid using this for the diagram. If the printer option is set they will also be printed following the text. **************************************************************************
00000000 0d 49 6e 66 6f 72 6d 61 74 69 6f 6e 20 41 42 4f |.Information ABO| 00000010 55 54 20 45 55 47 0d 7e 7e 7e 7e 7e 7e 7e 7e 7e |UT EUG.~~~~~~~~~| 00000020 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0d 0d 45 55 |~~~~~~~~~~~~..EU| 00000030 47 20 69 73 20 61 20 6d 61 67 61 7a 69 6e 65 20 |G is a magazine | 00000040 66 6f 72 20 75 73 65 72 73 20 6f 66 20 38 20 62 |for users of 8 b| 00000050 69 74 20 41 63 6f 72 6e 20 6d 61 63 68 69 6e 65 |it Acorn machine| 00000060 73 20 69 65 20 74 68 65 20 45 6c 65 63 74 72 6f |s ie the Electro| 00000070 6e 2c 20 54 68 65 0d 42 42 43 20 42 20 61 6e 64 |n, The.BBC B and| 00000080 20 74 68 65 20 4d 61 73 74 65 72 2e 0d 0d 45 55 | the Master...EU| 00000090 47 20 69 73 20 70 75 62 6c 69 73 68 65 64 20 65 |G is published e| 000000a0 76 65 72 79 20 74 77 6f 20 6d 6f 6e 74 68 73 20 |very two months | 000000b0 6f 6e 20 64 69 73 63 2e 20 54 68 65 20 66 6f 72 |on disc. The for| 000000c0 6d 61 74 73 20 61 76 61 69 6c 61 62 6c 65 20 61 |mats available a| 000000d0 72 65 20 33 2e 35 22 0d 61 6e 64 20 35 2e 32 35 |re 3.5".and 5.25| 000000e0 22 20 41 44 46 53 20 61 6e 64 20 44 46 53 2e 20 |" ADFS and DFS. | 000000f0 41 6c 6c 20 38 30 20 74 72 61 63 6b 2e 0d 0d 41 |All 80 track...A| 00000100 6c 6c 20 63 6f 6e 74 72 69 62 75 74 69 6f 6e 73 |ll contributions| 00000110 20 66 6f 72 20 45 55 47 20 63 6f 6d 65 20 66 72 | for EUG come fr| 00000120 6f 6d 20 6d 65 6d 62 65 72 73 2e 20 43 6f 6e 74 |om members. Cont| 00000130 72 69 62 75 74 69 6f 6e 73 20 61 72 65 20 65 69 |ributions are ei| 00000140 74 68 65 72 0d 6f 72 69 67 69 6e 61 6c 20 77 6f |ther.original wo| 00000150 72 6b 20 6f 72 20 77 6f 72 6b 20 70 72 65 76 69 |rk or work previ| 00000160 6f 75 73 6c 79 20 70 75 62 6c 69 73 68 65 64 20 |ously published | 00000170 65 6c 73 65 77 68 65 72 65 20 62 75 74 20 77 68 |elsewhere but wh| 00000180 69 63 68 20 68 61 64 20 62 65 65 6e 0d 61 64 61 |ich had been.ada| 00000190 70 74 65 64 20 74 6f 20 69 6d 70 72 6f 76 65 20 |pted to improve | 000001a0 69 74 73 20 66 75 6e 63 74 69 6f 6e 69 6e 67 2e |its functioning.| 000001b0 20 49 6e 20 74 68 65 20 6c 61 74 74 65 72 20 63 | In the latter c| 000001c0 61 73 65 20 61 20 72 65 66 65 72 65 6e 63 65 20 |ase a reference | 000001d0 77 69 6c 6c 20 62 65 0d 6d 61 64 65 20 74 6f 20 |will be.made to | 000001e0 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 73 6f 75 |the original sou| 000001f0 72 63 65 2e 0d 0d 43 6f 6e 74 72 69 62 75 74 69 |rce...Contributi| 00000200 6f 6e 73 20 6d 61 79 20 62 65 20 6f 6e 20 61 6e |ons may be on an| 00000210 79 20 73 75 62 6a 65 63 74 20 77 68 69 63 68 20 |y subject which | 00000220 6d 69 67 68 74 20 62 65 20 6f 66 20 69 6e 74 65 |might be of inte| 00000230 72 65 73 74 20 74 6f 20 45 55 47 0d 6d 65 6d 62 |rest to EUG.memb| 00000240 65 72 73 2e 20 50 72 6f 67 72 61 6d 6d 69 6e 67 |ers. Programming| 00000250 2c 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 2c 20 65 |, information, e| 00000260 78 70 65 72 69 65 6e 63 65 2c 20 70 72 6f 62 6c |xperience, probl| 00000270 65 6d 73 2c 20 72 65 71 75 65 73 74 73 20 66 6f |ems, requests fo| 00000280 72 20 68 65 6c 70 0d 61 6e 64 20 6e 6f 6e 2d 63 |r help.and non-c| 00000290 6f 6d 70 75 74 69 6e 67 20 73 75 62 6a 65 63 74 |omputing subject| 000002a0 73 2e 0d 0d 45 76 65 72 79 74 68 69 6e 67 20 61 |s...Everything a| 000002b0 70 70 65 61 72 69 6e 67 20 69 6e 20 45 55 47 20 |ppearing in EUG | 000002c0 69 73 20 63 6f 70 79 72 69 67 68 74 20 74 6f 20 |is copyright to | 000002d0 45 55 47 2e 20 4e 6f 74 68 69 6e 67 20 6d 61 79 |EUG. Nothing may| 000002e0 20 62 65 20 62 65 0d 72 65 70 75 62 6c 69 73 68 | be be.republish| 000002f0 65 64 20 6f 72 20 64 69 73 74 72 69 62 75 74 65 |ed or distribute| 00000300 64 20 69 6e 20 61 6e 79 20 66 6f 72 6d 20 74 6f |d in any form to| 00000310 20 61 6e 79 20 6e 6f 6e 2d 45 55 47 20 6d 65 6d | any non-EUG mem| 00000320 62 65 72 20 77 69 74 68 6f 75 74 20 74 68 65 0d |ber without the.| 00000330 65 78 70 72 65 73 73 20 70 72 65 6d 69 73 73 69 |express premissi| 00000340 6f 6e 20 6f 66 20 74 68 65 20 65 64 69 74 6f 72 |on of the editor| 00000350 2e 0d 0d 4d 65 6d 62 65 72 73 20 6d 61 79 20 63 |...Members may c| 00000360 6f 6e 74 61 63 74 20 6f 74 68 65 72 20 6d 65 6d |ontact other mem| 00000370 62 65 72 73 20 64 69 72 65 63 74 6c 79 20 62 75 |bers directly bu| 00000380 74 20 61 6c 6c 20 6d 65 6d 62 65 72 73 20 61 72 |t all members ar| 00000390 65 20 61 73 6b 65 64 20 74 6f 0d 73 65 6e 64 20 |e asked to.send | 000003a0 61 6e 79 20 65 78 63 68 61 6e 67 65 73 20 6f 66 |any exchanges of| 000003b0 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 74 6f 20 | information to | 000003c0 45 55 47 20 73 6f 20 74 68 61 74 20 65 76 65 72 |EUG so that ever| 000003d0 79 6f 6e 65 20 63 61 6e 20 62 65 6e 65 66 69 74 |yone can benefit| 000003e0 2e 0d 0d 45 55 47 20 61 6c 73 6f 20 63 61 72 72 |...EUG also carr| 000003f0 69 65 73 20 61 64 76 65 72 74 69 73 69 6e 67 20 |ies advertising | 00000400 66 72 6f 6d 20 6d 65 6d 62 65 72 73 20 65 69 74 |from members eit| 00000410 68 65 72 20 73 65 6c 6c 69 6e 67 20 6f 72 20 6c |her selling or l| 00000420 6f 6f 6b 69 6e 67 20 74 6f 20 62 75 79 0d 45 55 |ooking to buy.EU| 00000430 47 20 63 61 6e 6e 6f 74 20 63 68 65 63 6b 20 74 |G cannot check t| 00000440 68 65 20 76 61 6c 69 64 69 74 79 20 6f 66 20 61 |he validity of a| 00000450 6e 79 20 61 64 76 65 72 74 69 73 6d 65 6e 74 2e |ny advertisment.| 00000460 20 42 65 66 6f 72 65 20 62 75 79 69 6e 67 20 6f | Before buying o| 00000470 72 0d 73 65 6c 6c 69 6e 67 20 74 68 72 6f 75 67 |r.selling throug| 00000480 68 20 45 55 47 20 79 6f 75 20 73 68 6f 75 6c 64 |h EUG you should| 00000490 20 73 61 74 69 73 69 66 79 20 79 6f 75 72 73 65 | satisify yourse| 000004a0 6c 66 20 74 68 61 74 20 79 6f 75 20 61 72 65 20 |lf that you are | 000004b0 67 65 74 74 69 6e 67 20 77 68 61 74 0d 79 6f 75 |getting what.you| 000004c0 20 77 61 6e 74 2e 0d 0d 41 6e 79 20 70 72 6f 62 | want...Any prob| 000004d0 6c 65 6d 73 20 6f 72 20 63 6f 6d 70 6c 61 69 6e |lems or complain| 000004e0 74 73 20 61 62 6f 75 74 20 61 6e 79 20 61 73 70 |ts about any asp| 000004f0 65 63 74 20 6f 66 20 45 55 47 20 73 68 6f 75 6c |ect of EUG shoul| 00000500 64 20 62 65 20 61 64 64 72 65 73 73 65 64 20 74 |d be addressed t| 00000510 6f 0d 74 68 65 20 76 65 72 79 20 74 68 69 63 6b |o.the very thick| 00000520 20 73 6b 69 6e 6e 65 64 20 65 64 69 74 6f 72 2e | skinned editor.| 00000530 0d 0d 20 47 75 73 20 44 6f 6e 6e 61 63 68 61 69 |.. Gus Donnachai| 00000540 64 68 0d 20 45 55 47 0d 20 32 35 2c 20 42 65 72 |dh. EUG. 25, Ber| 00000550 74 69 65 20 52 6f 61 64 2c 0d 20 53 6f 75 74 68 |tie Road,. South| 00000560 73 65 61 2c 0d 20 48 61 6d 70 73 68 69 72 65 2e |sea,. Hampshire.| 00000570 0d 20 50 4f 34 20 38 4a 58 0d 0d 20 54 65 6c 2e |. PO4 8JX.. Tel.| 00000580 20 30 31 37 30 35 20 37 38 31 31 36 38 0d 0d 20 | 01705 781168.. | 00000590 54 68 65 20 63 75 72 72 65 6e 74 20 63 6f 73 74 |The current cost| 000005a0 20 6f 66 20 45 55 47 20 69 73 20 60 31 20 66 6f | of EUG is `1 fo| 000005b0 72 20 65 61 63 68 20 65 64 69 74 69 6f 6e 20 69 |r each edition i| 000005c0 65 20 65 76 65 72 79 20 74 77 6f 20 6d 6f 6e 74 |e every two mont| 000005d0 68 73 2e 0d 20 46 6f 72 20 45 43 20 6d 65 6d 62 |hs.. For EC memb| 000005e0 65 72 73 20 60 31 2e 35 30 20 66 6f 72 20 65 61 |ers `1.50 for ea| 000005f0 63 68 20 65 64 69 74 69 6f 6e 20 69 65 20 65 76 |ch edition ie ev| 00000600 65 72 79 20 74 77 6f 20 6d 6f 6e 74 68 73 2e 0d |ery two months..| 00000610 20 46 6f 72 20 6d 65 6d 62 65 72 73 20 77 6f 72 | For members wor| 00000620 6c 64 77 69 64 65 20 60 32 2e 30 30 20 66 6f 72 |ldwide `2.00 for| 00000630 20 65 61 63 68 20 65 64 69 74 69 6f 6e 20 69 65 | each edition ie| 00000640 20 65 76 65 72 79 20 74 77 6f 20 6d 6f 6e 74 68 | every two month| 00000650 73 2e 0d 20 59 65 61 72 6c 79 20 73 75 62 73 63 |s.. Yearly subsc| 00000660 72 69 70 74 69 6f 6e 73 20 66 6f 72 20 73 69 78 |riptions for six| 00000670 20 65 64 69 74 69 6f 6e 73 20 61 72 65 20 65 6e | editions are en| 00000680 63 6f 75 72 61 67 65 64 2e 0d 20 42 61 63 6b 20 |couraged.. Back | 00000690 6e 75 6d 62 65 72 73 20 61 72 65 20 61 76 61 69 |numbers are avai| 000006a0 6c 61 62 6c 65 20 66 6f 72 20 60 31 20 65 61 63 |lable for `1 eac| 000006b0 68 20 65 78 63 65 70 74 20 45 55 47 32 31 20 77 |h except EUG21 w| 000006c0 68 69 63 68 20 69 73 20 69 6e 20 74 77 6f 20 70 |hich is in two p| 000006d0 61 72 74 73 0d 65 61 63 68 20 70 61 72 74 20 63 |arts.each part c| 000006e0 6f 73 74 69 6e 67 20 60 31 2e 0d 0d 57 68 65 72 |osting `1...Wher| 000006f0 65 20 73 75 72 70 6c 75 73 20 6d 6f 6e 69 65 73 |e surplus monies| 00000700 20 61 72 65 20 6f 72 20 68 61 76 65 20 62 65 65 | are or have bee| 00000710 6e 20 73 65 6e 74 20 74 68 65 73 65 20 6d 61 79 |n sent these may| 00000720 20 62 65 20 27 74 6f 70 70 65 64 27 20 75 70 20 | be 'topped' up | 00000730 62 79 20 61 0d 6d 65 6d 62 65 72 20 74 6f 20 63 |by a.member to c| 00000740 6f 76 65 72 20 74 68 65 20 63 6f 73 74 20 6f 66 |over the cost of| 00000750 20 61 6e 20 65 78 74 72 61 20 65 64 69 74 69 6f | an extra editio| 00000760 6e 2e 20 57 68 65 72 65 20 74 68 69 73 20 69 73 |n. Where this is| 00000770 20 6e 6f 74 20 64 6f 6e 65 0d 73 75 72 70 6c 75 | not done.surplu| 00000780 73 73 65 73 20 77 69 6c 6c 20 62 65 20 61 73 73 |sses will be ass| 00000790 75 6d 65 64 20 74 6f 20 62 65 20 63 6f 6e 74 72 |umed to be contr| 000007a0 69 62 75 74 69 6f 6e 73 20 74 6f 20 45 55 47 20 |ibutions to EUG | 000007b0 66 75 6e 64 73 2e 0d 0d 4f 6e 20 79 6f 75 72 20 |funds...On your | 000007c0 61 64 64 72 65 73 73 20 6c 61 62 65 6c 20 74 68 |address label th| 000007d0 65 72 65 20 77 69 6c 6c 20 62 65 20 61 20 63 6f |ere will be a co| 000007e0 64 65 20 73 68 6f 77 69 6e 67 20 77 68 69 63 68 |de showing which| 000007f0 20 64 69 73 63 20 66 6f 72 6d 61 74 20 79 6f 75 | disc format you| 00000800 0d 68 61 76 65 20 6f 72 64 65 72 65 64 20 61 6e |.have ordered an| 00000810 64 20 68 6f 77 20 6d 61 6e 79 20 73 75 62 73 63 |d how many subsc| 00000820 72 69 70 74 69 6f 6e 73 20 61 72 65 20 6c 65 66 |riptions are lef| 00000830 74 20 74 6f 20 79 6f 75 2e 0d 0d 20 33 20 69 6e |t to you... 3 in| 00000840 64 69 63 61 74 65 73 20 33 2e 35 22 20 64 69 73 |dicates 3.5" dis| 00000850 63 0d 20 35 20 69 6e 64 69 63 61 74 65 73 20 35 |c. 5 indicates 5| 00000860 2e 32 35 22 20 64 69 73 63 0d 20 41 20 69 6e 64 |.25" disc. A ind| 00000870 69 63 61 74 65 73 20 41 44 46 53 0d 20 44 20 69 |icates ADFS. D i| 00000880 6e 64 69 63 61 74 65 73 20 44 46 53 0d 20 54 68 |ndicates DFS. Th| 00000890 65 20 66 69 6e 61 6c 20 6e 75 6d 62 65 72 20 69 |e final number i| 000008a0 6e 64 69 63 61 74 65 73 20 68 6f 77 20 6d 61 6e |ndicates how man| 000008b0 79 20 6d 6f 72 65 20 45 55 47 20 77 69 6c 6c 20 |y more EUG will | 000008c0 62 65 20 73 65 6e 74 20 6f 6e 20 79 6f 75 72 20 |be sent on your | 000008d0 63 75 72 72 65 6e 74 0d 73 75 62 73 63 72 69 70 |current.subscrip| 000008e0 74 69 6f 6e 2c 20 31 20 69 6e 64 69 63 61 74 65 |tion, 1 indicate| 000008f0 73 20 79 6f 75 20 77 69 6c 6c 20 72 65 63 65 69 |s you will recei| 00000900 76 65 20 74 68 65 20 6e 65 78 74 20 65 64 69 74 |ve the next edit| 00000910 69 6f 6e 2c 20 30 20 69 6e 64 69 63 61 74 65 73 |ion, 0 indicates| 00000920 0d 74 68 61 74 20 74 68 69 73 20 69 73 20 74 68 |.that this is th| 00000930 65 20 6c 61 73 74 20 69 6e 20 79 6f 75 72 20 63 |e last in your c| 00000940 75 72 72 65 6e 74 20 73 75 62 73 63 72 69 70 74 |urrent subscript| 00000950 69 6f 6e 20 61 6e 64 20 79 6f 75 20 77 69 6c 6c |ion and you will| 00000960 20 6e 65 65 64 20 74 6f 0d 73 65 6e 64 20 69 6e | need to.send in| 00000970 20 66 75 72 74 68 65 72 20 73 75 62 73 63 72 69 | further subscri| 00000980 70 74 69 6f 6e 73 2e 20 0d 0d 4d 69 73 74 61 6b |ptions. ..Mistak| 00000990 65 73 20 61 72 65 20 6d 61 64 65 20 61 6e 64 20 |es are made and | 000009a0 79 6f 75 20 73 68 6f 75 6c 64 20 6e 6f 74 69 66 |you should notif| 000009b0 79 20 47 75 73 20 77 68 65 6e 20 79 6f 75 20 74 |y Gus when you t| 000009c0 68 69 6e 6b 20 74 68 65 72 65 20 69 73 20 61 0d |hink there is a.| 000009d0 70 72 6f 62 6c 65 6d 2e 0d 0d 0d 53 4f 4d 45 20 |problem....SOME | 000009e0 53 55 47 47 45 53 54 49 4f 4e 53 20 4f 4e 20 53 |SUGGESTIONS ON S| 000009f0 55 42 4d 49 54 54 49 4e 47 20 54 4f 20 45 55 47 |UBMITTING TO EUG| 00000a00 0d 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |.~~~~~~~~~~~~~~~| 00000a10 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000a20 7e 7e 7e 7e 7e 7e 0d 62 79 20 52 69 63 68 61 72 |~~~~~~.by Richar| 00000a30 64 20 44 69 6d 6f 6e 64 0d 0d 54 68 65 73 65 20 |d Dimond..These | 00000a40 73 75 67 67 65 73 74 69 6f 6e 73 20 61 72 65 20 |suggestions are | 00000a50 61 20 67 75 69 64 65 20 74 6f 20 6d 61 6b 69 6e |a guide to makin| 00000a60 67 20 74 68 65 20 62 65 73 74 20 75 73 65 20 6f |g the best use o| 00000a70 66 20 74 68 65 20 66 61 63 69 6c 69 74 69 65 73 |f the facilities| 00000a80 0d 70 72 6f 76 69 64 65 64 20 62 79 20 74 68 65 |.provided by the| 00000a90 20 6d 65 6e 75 73 20 61 6e 64 20 63 6f 64 69 6e | menus and codin| 00000aa0 67 20 77 68 65 6e 20 73 75 62 6d 69 74 74 69 6e |g when submittin| 00000ab0 67 20 74 6f 20 74 68 65 20 6d 61 67 61 7a 69 6e |g to the magazin| 00000ac0 65 2e 20 20 54 68 65 79 0d 61 72 65 20 6e 6f 74 |e. They.are not| 00000ad0 20 69 6e 74 65 6e 64 65 64 20 61 73 20 73 74 72 | intended as str| 00000ae0 69 63 74 20 72 75 6c 65 73 20 66 6f 72 20 73 75 |ict rules for su| 00000af0 62 6d 69 74 74 69 6e 67 20 74 6f 20 74 68 65 20 |bmitting to the | 00000b00 6d 61 67 61 7a 69 6e 65 20 74 68 6f 75 67 68 2c |magazine though,| 00000b10 20 69 66 0d 74 68 65 79 20 61 72 65 20 66 6f 6c | if.they are fol| 00000b20 6c 6f 77 65 64 20 61 6e 64 20 6d 6f 72 65 20 63 |lowed and more c| 00000b30 61 72 65 20 74 61 6b 65 6e 20 69 6e 20 74 68 65 |are taken in the| 00000b40 20 75 73 65 20 6f 66 20 73 70 61 63 65 73 20 61 | use of spaces a| 00000b50 6e 64 20 62 6c 61 6e 6b 20 6c 69 6e 65 73 0d 74 |nd blank lines.t| 00000b60 68 65 20 6d 61 67 61 7a 69 6e 65 20 77 6f 75 6c |he magazine woul| 00000b70 64 20 62 65 20 69 6d 70 72 6f 76 65 64 20 61 6e |d be improved an| 00000b80 64 20 6d 61 64 65 20 6d 75 63 68 20 6d 6f 72 65 |d made much more| 00000b90 20 72 65 61 64 61 62 6c 65 2e 0d 20 0d 54 45 58 | readable.. .TEX| 00000ba0 54 20 46 49 4c 45 53 0d 7e 7e 7e 7e 7e 7e 7e 7e |T FILES.~~~~~~~~| 00000bb0 7e 7e 0d 54 68 65 20 63 6f 64 69 6e 67 20 66 6f |~~.The coding fo| 00000bc0 72 20 70 72 69 6e 74 69 6e 67 20 74 68 65 20 74 |r printing the t| 00000bd0 65 78 74 20 66 69 6c 65 73 20 74 6f 20 73 63 72 |ext files to scr| 00000be0 65 65 6e 20 69 73 20 69 6e 74 65 6e 64 65 64 20 |een is intended | 00000bf0 74 6f 20 62 65 20 75 73 65 64 0d 77 69 74 68 20 |to be used.with | 00000c00 74 68 65 20 56 69 65 77 20 77 6f 72 64 20 70 72 |the View word pr| 00000c10 6f 63 65 73 73 6f 72 2e 20 20 57 68 69 6c 65 20 |ocessor. While | 00000c20 69 74 20 77 69 6c 6c 20 77 6f 72 6b 20 77 69 74 |it will work wit| 00000c30 68 20 6f 74 68 65 72 20 77 6f 72 64 0d 70 72 6f |h other word.pro| 00000c40 63 65 73 73 6f 72 73 20 74 68 65 20 72 65 73 75 |cessors the resu| 00000c50 6c 74 20 6d 61 79 20 6e 6f 74 20 62 65 20 70 65 |lt may not be pe| 00000c60 72 66 65 63 74 20 61 6e 64 20 79 6f 75 20 77 69 |rfect and you wi| 00000c70 6c 6c 20 6e 6f 74 20 62 65 20 61 62 6c 65 20 74 |ll not be able t| 00000c80 6f 20 75 73 65 0d 74 68 65 20 68 69 67 68 6c 69 |o use.the highli| 00000c90 67 68 74 20 6f 70 74 69 6f 6e 73 2e 20 20 54 68 |ght options. Th| 00000ca0 65 20 75 73 65 20 6f 66 20 63 6f 6e 74 72 6f 6c |e use of control| 00000cb0 20 63 6f 64 65 73 2c 20 61 70 61 72 74 20 66 72 | codes, apart fr| 00000cc0 6f 6d 20 74 68 65 0d 68 69 67 68 6c 69 67 68 74 |om the.highlight| 00000cd0 73 2c 20 77 68 69 63 68 20 70 72 6f 76 69 64 65 |s, which provide| 00000ce0 20 66 6f 72 20 62 6f 6c 64 20 61 6e 64 20 69 74 | for bold and it| 00000cf0 61 6c 69 63 20 70 72 69 6e 74 69 6e 67 2c 20 73 |alic printing, s| 00000d00 68 6f 75 6c 64 20 6e 6f 74 20 62 65 20 75 73 65 |hould not be use| 00000d10 64 0d 61 73 20 74 68 65 73 65 20 77 69 6c 6c 20 |d.as these will | 00000d20 62 65 20 70 72 69 6e 74 65 64 20 62 79 20 74 68 |be printed by th| 00000d30 65 20 63 6f 64 69 6e 67 20 61 6e 64 20 77 69 6c |e coding and wil| 00000d40 6c 20 73 70 6f 69 6c 20 74 68 65 20 70 72 69 6e |l spoil the prin| 00000d50 74 69 6e 67 20 6f 66 20 74 68 65 0d 74 65 78 74 |ting of the.text| 00000d60 2e 0d 20 0d 54 68 65 20 70 72 6f 67 72 61 6d 20 |.. .The program | 00000d70 56 54 59 50 45 38 20 69 73 20 69 6e 63 6c 75 64 |VTYPE8 is includ| 00000d80 65 64 20 6f 6e 20 74 68 65 20 64 69 73 63 73 20 |ed on the discs | 00000d90 73 6f 20 74 68 61 74 20 79 6f 75 20 6d 61 79 20 |so that you may | 00000da0 73 65 65 20 79 6f 75 72 20 66 69 6c 65 73 0d 61 |see your files.a| 00000db0 73 20 74 68 65 79 20 77 69 6c 6c 20 61 70 70 65 |s they will appe| 00000dc0 61 72 20 6f 6e 20 74 68 65 20 64 69 73 63 73 20 |ar on the discs | 00000dd0 62 65 66 6f 72 65 20 73 75 62 6d 69 74 74 69 6e |before submittin| 00000de0 67 20 74 68 65 6d 2e 20 20 54 68 65 20 70 72 6f |g them. The pro| 00000df0 67 72 61 6d 20 61 73 6b 73 0d 66 69 72 73 74 20 |gram asks.first | 00000e00 66 6f 72 20 74 68 65 20 61 64 64 72 65 73 73 20 |for the address | 00000e10 6f 66 20 48 49 4d 45 4d 20 61 6e 64 20 67 69 76 |of HIMEM and giv| 00000e20 65 73 20 74 68 65 20 61 64 64 72 65 73 73 20 26 |es the address &| 00000e30 32 36 30 30 2c 20 61 73 20 6f 6e 20 74 68 65 0d |2600, as on the.| 00000e40 64 69 73 63 73 2c 20 69 66 20 6e 6f 20 61 64 64 |discs, if no add| 00000e50 72 65 73 73 20 69 73 20 65 6e 74 65 72 65 64 2e |ress is entered.| 00000e60 20 20 54 68 69 73 20 61 6c 6c 6f 77 73 20 79 6f | This allows yo| 00000e70 75 20 74 6f 20 70 72 69 6e 74 20 6c 6f 6e 67 65 |u to print longe| 00000e80 72 20 66 69 6c 65 73 20 69 66 0d 79 6f 75 20 77 |r files if.you w| 00000e90 69 73 68 2e 20 20 59 6f 75 20 74 68 65 6e 20 68 |ish. You then h| 00000ea0 61 76 65 20 74 68 65 20 6f 70 74 69 6f 6e 20 6f |ave the option o| 00000eb0 66 20 77 68 69 63 68 20 6d 6f 64 65 20 73 6f 20 |f which mode so | 00000ec0 74 68 61 74 20 79 6f 75 20 63 61 6e 20 73 65 65 |that you can see| 00000ed0 20 79 6f 75 72 0d 66 69 6c 65 20 69 6e 20 34 30 | your.file in 40| 00000ee0 20 6f 72 20 38 30 20 63 6f 6c 75 6d 6e 20 66 6f | or 80 column fo| 00000ef0 72 6d 61 74 2e 0d 0d 46 6f 72 20 62 65 73 74 20 |rmat...For best | 00000f00 72 65 73 75 6c 74 73 2c 20 74 68 65 20 66 75 6c |results, the ful| 00000f10 6c 20 77 69 64 74 68 20 6f 66 20 74 68 65 20 56 |l width of the V| 00000f20 69 65 77 20 66 69 6c 65 20 69 6e 20 4d 4f 44 45 |iew file in MODE| 00000f30 20 33 20 73 68 6f 75 6c 64 20 62 65 20 75 73 65 | 3 should be use| 00000f40 64 0d 61 6e 64 20 69 74 20 69 73 20 6e 6f 74 20 |d.and it is not | 00000f50 6e 65 63 65 73 73 61 72 79 20 74 6f 20 61 6c 74 |necessary to alt| 00000f60 65 72 20 74 68 65 20 72 75 6c 65 72 2e 20 20 54 |er the ruler. T| 00000f70 68 69 73 20 67 69 76 65 73 20 61 20 74 65 78 74 |his gives a text| 00000f80 20 77 69 64 74 68 20 6f 66 20 37 34 0d 63 68 61 | width of 74.cha| 00000f90 72 61 63 74 65 72 73 2e 20 20 49 66 20 61 20 72 |racters. If a r| 00000fa0 75 6c 65 72 20 69 73 20 61 64 64 65 64 2c 20 69 |uler is added, i| 00000fb0 74 20 73 68 6f 75 6c 64 20 62 65 20 64 65 6c 65 |t should be dele| 00000fc0 74 65 64 20 61 73 20 69 74 20 77 69 6c 6c 20 62 |ted as it will b| 00000fd0 65 0d 70 72 69 6e 74 65 64 20 77 68 65 6e 20 74 |e.printed when t| 00000fe0 68 65 20 63 6f 64 65 20 69 73 20 75 73 65 64 20 |he code is used | 00000ff0 61 6e 64 20 6d 61 6b 65 20 74 68 65 20 66 69 6c |and make the fil| 00001000 65 20 6c 6f 6f 6b 20 75 6e 74 69 64 79 2e 20 20 |e look untidy. | 00001010 59 6f 75 20 6d 61 79 20 75 73 65 0d 74 68 65 20 |You may use.the | 00001020 66 6f 72 6d 61 74 74 69 6e 67 20 61 73 20 74 68 |formatting as th| 00001030 65 20 63 6f 6e 74 72 6f 6c 20 63 6f 64 65 73 20 |e control codes | 00001040 31 36 20 61 6e 64 20 32 36 20 61 72 65 20 69 67 |16 and 26 are ig| 00001050 6e 6f 72 65 64 20 62 79 20 74 68 65 20 63 6f 64 |nored by the cod| 00001060 69 6e 67 0d 62 75 74 20 70 72 69 6e 74 69 6e 67 |ing.but printing| 00001070 20 77 69 6c 6c 20 61 70 70 65 61 72 20 61 73 20 | will appear as | 00001080 69 66 20 75 6e 66 6f 72 6d 61 74 74 65 64 20 77 |if unformatted w| 00001090 68 65 6e 20 74 68 65 20 63 6f 64 65 20 69 73 20 |hen the code is | 000010a0 75 73 65 64 2e 0d 0d 54 68 65 20 34 30 20 63 6f |used...The 40 co| 000010b0 6c 75 6d 6e 20 70 72 69 6e 74 69 6e 67 20 68 61 |lumn printing ha| 000010c0 73 20 62 65 65 6e 20 72 65 2d 77 72 69 74 74 65 |s been re-writte| 000010d0 6e 20 61 6e 64 20 6e 6f 77 20 64 6f 65 73 20 6e |n and now does n| 000010e0 6f 74 20 73 70 6c 69 74 20 77 6f 72 64 73 2e 0d |ot split words..| 000010f0 54 68 69 73 20 67 69 76 65 73 20 61 6e 20 69 6d |This gives an im| 00001100 70 72 6f 76 65 64 20 70 72 69 6e 74 69 6e 67 20 |proved printing | 00001110 69 6e 20 34 30 20 63 6f 6c 75 6d 6e 73 2e 0d 0d |in 40 columns...| 00001120 46 6f 72 20 74 68 65 20 63 6f 72 72 65 63 74 20 |For the correct | 00001130 70 72 69 6e 74 69 6e 67 20 6f 66 20 79 6f 75 72 |printing of your| 00001140 20 66 69 6c 65 73 2c 20 74 68 65 20 66 6f 6c 6c | files, the foll| 00001150 6f 77 69 6e 67 20 6d 65 74 68 6f 64 20 73 68 6f |owing method sho| 00001160 75 6c 64 20 62 65 0d 75 73 65 64 20 2d 0d 0d 20 |uld be.used -.. | 00001170 20 20 20 31 2e 20 20 54 69 74 6c 65 73 20 61 6e | 1. Titles an| 00001180 64 20 73 75 62 2d 68 65 61 64 69 6e 67 73 20 73 |d sub-headings s| 00001190 68 6f 75 6c 64 20 62 65 20 75 6e 64 65 72 6c 69 |hould be underli| 000011a0 6e 65 64 20 77 69 74 68 20 6f 6e 65 20 6f 66 20 |ned with one of | 000011b0 74 68 65 0d 20 20 20 20 20 20 20 20 66 6f 6c 6c |the. foll| 000011c0 6f 77 69 6e 67 20 63 68 61 72 61 63 74 65 72 73 |owing characters| 000011d0 20 2d 20 20 7e 2c 20 2a 2c 20 3d 2c 20 2d 20 6f | - ~, *, =, - o| 000011e0 72 20 5f 20 2e 0d 20 20 20 20 20 20 20 20 54 68 |r _ .. Th| 000011f0 65 79 20 6d 61 79 20 62 65 20 63 65 6e 74 72 61 |ey may be centra| 00001200 6c 69 73 65 64 20 75 73 69 6e 67 20 73 70 61 63 |lised using spac| 00001210 65 73 20 6f 72 20 74 68 65 20 69 6e 73 65 72 74 |es or the insert| 00001220 20 63 68 61 72 61 63 74 65 72 20 6b 65 79 2e 0d | character key..| 00001230 20 20 20 20 20 20 20 20 1c 44 6f 20 6e 6f 74 20 | .Do not | 00001240 75 73 65 20 54 41 42 1c 20 61 73 20 74 68 69 73 |use TAB. as this| 00001250 20 77 69 6c 6c 20 61 70 70 65 61 72 20 61 73 20 | will appear as | 00001260 31 20 73 70 61 63 65 20 6f 6e 6c 79 2e 0d 20 20 |1 space only.. | 00001270 20 20 20 20 20 20 54 68 65 73 65 1a 20 63 68 61 | These. cha| 00001280 72 61 63 74 65 72 73 1a 20 63 61 6e 20 61 6c 73 |racters. can als| 00001290 6f 20 62 65 20 75 73 65 64 20 62 65 74 77 65 65 |o be used betwee| 000012a0 6e 20 73 65 63 74 69 6f 6e 73 20 61 73 20 74 68 |n sections as th| 000012b0 65 20 63 6f 64 69 6e 67 0d 20 20 20 20 20 20 20 |e coding. | 000012c0 20 69 73 20 61 72 72 61 6e 67 65 64 20 73 6f 20 | is arranged so | 000012d0 74 68 61 74 20 6f 6e 6c 79 20 6f 6e 65 20 6c 69 |that only one li| 000012e0 6e 65 20 69 73 20 70 72 69 6e 74 65 64 2e 0d 20 |ne is printed.. | 000012f0 20 20 20 20 20 20 20 53 74 72 69 6e 67 73 20 74 | Strings t| 00001300 68 61 74 20 61 72 65 20 6c 6f 6e 67 65 72 20 74 |hat are longer t| 00001310 68 61 6e 20 33 38 20 63 68 61 72 61 63 74 65 72 |han 38 character| 00001320 73 20 1c 6d 75 73 74 1c 20 63 6f 6e 74 61 69 6e |s .must. contain| 00001330 20 6f 6e 65 20 6f 72 0d 20 20 20 20 20 20 20 20 | one or. | 00001340 6d 6f 72 65 20 70 75 6e 63 74 75 61 74 69 6f 6e |more punctuation| 00001350 20 6d 61 72 6b 73 20 73 6f 20 74 68 61 74 20 74 | marks so that t| 00001360 68 65 79 20 61 72 65 20 73 70 6c 69 74 20 63 6f |hey are split co| 00001370 72 72 65 63 74 6c 79 20 69 66 20 6e 65 63 65 73 |rrectly if neces| 00001380 73 61 72 79 0d 20 20 20 20 20 20 20 20 61 6e 64 |sary. and| 00001390 20 74 6f 20 61 76 6f 69 64 20 74 68 65 20 63 6f | to avoid the co| 000013a0 64 69 6e 67 20 6c 6f 63 6b 69 6e 67 20 75 70 20 |ding locking up | 000013b0 2d 20 4d 2f 63 6f 64 65 20 69 73 20 6e 6f 77 20 |- M/code is now | 000013c0 61 6c 6c 20 72 69 67 68 74 20 61 73 0d 20 20 20 |all right as. | 000013d0 20 20 20 20 20 69 74 20 63 6f 6e 74 61 69 6e 73 | it contains| 000013e0 20 74 68 65 73 65 2e 0d 0d 20 20 20 20 32 2e 20 | these... 2. | 000013f0 20 41 20 62 6c 61 6e 6b 20 6c 69 6e 65 20 73 68 | A blank line sh| 00001400 6f 75 6c 64 20 73 65 70 61 72 61 74 65 20 70 61 |ould separate pa| 00001410 72 61 67 72 61 70 68 73 2e 20 20 54 68 69 73 20 |ragraphs. This | 00001420 68 65 6c 70 73 20 74 6f 20 6d 61 6b 65 20 74 68 |helps to make th| 00001430 65 0d 20 20 20 20 20 20 20 20 66 69 6c 65 20 65 |e. file e| 00001440 61 73 69 65 72 20 74 6f 20 72 65 61 64 2e 0d 0d |asier to read...| 00001450 20 20 20 20 33 2e 20 20 49 6e 64 65 6e 74 69 6e | 3. Indentin| 00001460 67 20 74 68 65 20 74 65 78 74 20 63 61 6e 20 62 |g the text can b| 00001470 65 20 75 73 65 64 20 77 68 65 72 65 20 61 20 6e |e used where a n| 00001480 65 77 20 6c 69 6e 65 20 69 73 20 6e 65 65 64 65 |ew line is neede| 00001490 64 20 74 6f 20 6d 61 6b 65 0d 20 20 20 20 20 20 |d to make. | 000014a0 20 20 74 68 65 20 70 72 69 6e 74 69 6e 67 20 6c | the printing l| 000014b0 69 6e 65 20 75 70 20 63 6f 72 72 65 63 74 6c 79 |ine up correctly| 000014c0 2c 20 65 67 20 70 72 6f 67 72 61 6d 20 6c 69 73 |, eg program lis| 000014d0 74 69 6e 67 73 2c 20 61 67 61 69 6e 20 75 73 69 |tings, again usi| 000014e0 6e 67 0d 20 20 20 20 20 20 20 20 73 70 61 63 65 |ng. space| 000014f0 73 20 6f 6e 6c 79 2e 0d 0d 46 6f 72 20 6c 65 74 |s only...For let| 00001500 74 65 72 73 2c 20 69 74 20 69 73 20 73 75 67 67 |ters, it is sugg| 00001510 65 73 74 65 64 20 74 68 61 74 20 79 6f 75 72 20 |ested that your | 00001520 6e 61 6d 65 20 61 6e 64 20 61 64 64 72 65 73 73 |name and address| 00001530 20 69 73 20 74 79 70 65 64 20 69 6e 20 73 69 6e | is typed in sin| 00001540 67 6c 65 0d 6c 69 6e 65 20 61 73 20 74 68 69 73 |gle.line as this| 00001550 20 67 69 76 65 73 20 61 20 6e 65 61 74 65 72 20 | gives a neater | 00001560 61 70 70 65 61 72 61 6e 63 65 20 61 6e 64 20 73 |appearance and s| 00001570 61 76 65 73 20 73 70 61 63 65 20 77 68 65 6e 20 |aves space when | 00001580 74 68 65 20 66 69 6c 65 20 69 73 0d 70 72 69 6e |the file is.prin| 00001590 74 65 64 2e 0d 0d 44 49 41 47 52 41 4d 53 0d 7e |ted...DIAGRAMS.~| 000015a0 7e 7e 7e 7e 7e 7e 7e 0d 54 68 65 20 6d 65 6e 75 |~~~~~~~.The menu| 000015b0 73 20 61 6c 6c 6f 77 20 64 69 61 67 72 61 6d 73 |s allow diagrams| 000015c0 20 72 65 66 65 72 72 65 64 20 74 6f 20 69 6e 20 | referred to in | 000015d0 74 68 65 20 74 65 78 74 20 74 6f 20 62 65 20 70 |the text to be p| 000015e0 72 69 6e 74 65 64 20 74 6f 20 73 63 72 65 65 6e |rinted to screen| 000015f0 0d 66 6f 6c 6c 6f 77 69 6e 67 20 74 68 65 20 72 |.following the r| 00001600 65 6c 65 76 61 6e 74 20 74 65 78 74 2e 0d 0d 44 |elevant text...D| 00001610 69 61 67 72 61 6d 73 20 6d 61 79 20 62 65 20 69 |iagrams may be i| 00001620 6e 20 61 6e 79 20 67 72 61 70 68 69 63 73 20 6d |n any graphics m| 00001630 6f 64 65 20 62 75 74 2c 20 69 66 20 74 68 65 72 |ode but, if ther| 00001640 65 20 61 72 65 20 6d 6f 72 65 20 74 68 61 6e 20 |e are more than | 00001650 6f 6e 65 2c 20 74 68 65 79 0d 6d 75 73 74 20 61 |one, they.must a| 00001660 6c 6c 20 62 65 20 69 6e 20 74 68 65 20 73 61 6d |ll be in the sam| 00001670 65 20 6d 6f 64 65 2e 20 20 54 68 65 79 20 61 72 |e mode. They ar| 00001680 65 20 74 68 65 6e 20 64 69 73 70 6c 61 79 65 64 |e then displayed| 00001690 20 69 6e 20 73 65 71 75 65 6e 63 65 20 69 6e 20 | in sequence in | 000016a0 61 0d 73 69 6d 69 6c 61 72 20 6d 61 6e 6e 65 72 |a.similar manner| 000016b0 20 74 6f 20 6c 6f 6e 67 20 74 65 78 74 20 66 69 | to long text fi| 000016c0 6c 65 73 2e 0d 0d 41 73 20 74 68 65 20 6c 61 73 |les...As the las| 000016d0 74 20 6c 69 6e 65 20 69 73 20 75 73 65 64 20 66 |t line is used f| 000016e0 6f 72 20 74 68 65 20 63 75 65 20 74 6f 20 63 6f |or the cue to co| 000016f0 6e 74 69 6e 75 65 2c 20 69 74 20 69 73 20 62 65 |ntinue, it is be| 00001700 73 74 20 74 6f 20 61 76 6f 69 64 0d 75 73 69 6e |st to avoid.usin| 00001710 67 20 74 68 69 73 20 66 6f 72 20 74 68 65 20 64 |g this for the d| 00001720 69 61 67 72 61 6d 2e 0d 0d 49 66 20 74 68 65 20 |iagram...If the | 00001730 70 72 69 6e 74 65 72 20 6f 70 74 69 6f 6e 20 69 |printer option i| 00001740 73 20 73 65 74 20 74 68 65 79 20 77 69 6c 6c 20 |s set they will | 00001750 61 6c 73 6f 20 62 65 20 70 72 69 6e 74 65 64 20 |also be printed | 00001760 66 6f 6c 6c 6f 77 69 6e 67 20 74 68 65 20 74 65 |following the te| 00001770 78 74 2e 0d 0d 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |xt...***********| 00001780 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 000017b0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0d |***************.| 000017c0 0d |.| 000017c1