Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_51.ADF » L/+AQOST

L/+AQOST

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_51.ADF
Filename: L/+AQOST
Read OK:
File size: 129E bytes
Load address: 4C204556
Exec address: 51412B2E
Duplicates

There are 2 duplicate copies of this file in the archive:

File contents
                          A QUESTION OF STYLE

WELL done with EUGs #45 to #50 and sorry it's taken me a while to get
back in touch with EUG. I do have a few suggestions to make though:

1. This is a personal preference, but text is easier to read when left-
   justified only, and also when words aren't split over lines (except
   where they're hypenated anyway, as in "left-justified" just there).

2. You say in the submissions section that paragraphs should be 
   separated by a blank line, but not many are! I usually indent para-
   graphs which are part of the same section, and use blank lines
   between tables/concluding remarks, etc. And when I'm writing the
   instructions for games.

3. I think it's a positive thing to use tab stops for neatness, PROVIDED
   they're padded out before submission. This is easy to do in VIEW, by
   *SPOOLing out the text displayed with the SCREEN command, and then
   editing out the page breacks and the VIEW A2.1 Bytes Free. Say we had
   a text file called 'rhubarb', then:
      *SPOOL rhubarb2
      SCREEN
      *SPOOL
      NEW
      READ rhubarb2

4. What happened to the feature that could interpret VIEW highlight code
   and present text emboldened/underlined (or was it bold and italics?)?
   I found this useful when referring to variable names, filenames and
   assembler labels. Not to worry though. I have stuck to my traditional
   method of putting them in single quotes, e.g. 'X%' or 'FILE1' or 
   'loop'. It just makes them easier to distinguish them from prose.

5. Encourage readers to send in commentaries on variables, what the
   PROCedures do, and so on, as in ELECTRON USER. My philosophy is that
   users should know about the programs they are using - as opposed to
   money being made out of their ignorance as seems to be sadly the case
   in the modern PC world.

I HOPE my criticisms are constructive (as opposed to destructive!). One
final thing is my surname's spelt DewhUrst and not DewhIrst! Aside from
my nitpicking, keep up the good work on the magazine. If there's any
trouble with my programs, let me know. The only problem I can foresee is
compatibility with the Electron, as I write my games on a BBC Model B. 
Perhaps I should keep my eyes peeled for an Elk if I'm to take this 
seriously!
                                                    Christopher Dewhurst
          29 Scot Hay Road, Silverdale, Newcastle-u-Lyme, STAFFS ST5 6RQ
                                                       Tel: 01782 712554
                                            Email: u7c92@ugc.keele.ac.uk

SOME of these important points for improvement can be explained away by
the correction of the !ELECTRON USER GROUP! information section. The
ones hardest to answer, however, cannot so here goes...
   All the text files on the EUG disks are in the VIEW word processor 
format and read in with special code written by Richard Dimond. When a
word gets split over a line, this is really just due to how the text is
transcribed when put on disk. Typed directly in this way without justi-
fication avoids soft spaces, and does much the same as the SCREEN 
command. (That this formatting causes blank lines when the code is shown
in Mode 6 is a problem currently being worked on.)
   There were previously rather dated details on How To Submit to EUG in
the information file. The EUG text is now presented as it is because the
three-space-in for a new paragraph and first word of a section in CAPI-
TALS is what retro magazines like ELECTRON USER always adhered to. It's
part of the move towards a more professional publication BUT if there's   
a chorus of disapproval, it will be rethought.
   The highlighted text looked very nice on screen but tended to cause
problems with certain printers, which substituted lots of upside down Us
(or printed nonsense characters) for each control code they encountered.
As text written without them can then also be *TYPEd if necessary, I had
to take a decision whether to write printer drivers or dispense with the
control codes. I chose the latter.
   The last suggestion is certainly a nice idea and would help those new
to BASIC computing to pick up a few programming tips without wading 
through User Guides and Reference Manuals. Although it relies on readers
writing STRUCTURED programs! USBORNE SOFTWARE published two professional
adventure programs in paperback books containing the most horrible code 
imaginable. There was a bug in the version EUG entered and, despite days
of comparison between the two, it still remains hidden!
   Apologies for the misspelled name. It appears correctly in the EUG
records and must have been a slip of the pen when addressing the disks!
                                                              (The) Dave
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000010  20 20 20 20 20 20 20 20  20 20 41 20 51 55 45 53  |          A QUES|
00000020  54 49 4f 4e 20 4f 46 20  53 54 59 4c 45 0d 0d 57  |TION OF STYLE..W|
00000030  45 4c 4c 20 64 6f 6e 65  20 77 69 74 68 20 45 55  |ELL done with EU|
00000040  47 73 20 23 34 35 20 74  6f 20 23 35 30 20 61 6e  |Gs #45 to #50 an|
00000050  64 20 73 6f 72 72 79 20  69 74 27 73 20 74 61 6b  |d sorry it's tak|
00000060  65 6e 20 6d 65 20 61 20  77 68 69 6c 65 20 74 6f  |en me a while to|
00000070  20 67 65 74 0d 62 61 63  6b 20 69 6e 20 74 6f 75  | get.back in tou|
00000080  63 68 20 77 69 74 68 20  45 55 47 2e 20 49 20 64  |ch with EUG. I d|
00000090  6f 20 68 61 76 65 20 61  20 66 65 77 20 73 75 67  |o have a few sug|
000000a0  67 65 73 74 69 6f 6e 73  20 74 6f 20 6d 61 6b 65  |gestions to make|
000000b0  20 74 68 6f 75 67 68 3a  0d 0d 31 2e 20 54 68 69  | though:..1. Thi|
000000c0  73 20 69 73 20 61 20 70  65 72 73 6f 6e 61 6c 20  |s is a personal |
000000d0  70 72 65 66 65 72 65 6e  63 65 2c 20 62 75 74 20  |preference, but |
000000e0  74 65 78 74 20 69 73 20  65 61 73 69 65 72 20 74  |text is easier t|
000000f0  6f 20 72 65 61 64 20 77  68 65 6e 20 6c 65 66 74  |o read when left|
00000100  2d 0d 20 20 20 6a 75 73  74 69 66 69 65 64 20 6f  |-.   justified o|
00000110  6e 6c 79 2c 20 61 6e 64  20 61 6c 73 6f 20 77 68  |nly, and also wh|
00000120  65 6e 20 77 6f 72 64 73  20 61 72 65 6e 27 74 20  |en words aren't |
00000130  73 70 6c 69 74 20 6f 76  65 72 20 6c 69 6e 65 73  |split over lines|
00000140  20 28 65 78 63 65 70 74  0d 20 20 20 77 68 65 72  | (except.   wher|
00000150  65 20 74 68 65 79 27 72  65 20 68 79 70 65 6e 61  |e they're hypena|
00000160  74 65 64 20 61 6e 79 77  61 79 2c 20 61 73 20 69  |ted anyway, as i|
00000170  6e 20 22 6c 65 66 74 2d  6a 75 73 74 69 66 69 65  |n "left-justifie|
00000180  64 22 20 6a 75 73 74 20  74 68 65 72 65 29 2e 0d  |d" just there)..|
00000190  0d 32 2e 20 59 6f 75 20  73 61 79 20 69 6e 20 74  |.2. You say in t|
000001a0  68 65 20 73 75 62 6d 69  73 73 69 6f 6e 73 20 73  |he submissions s|
000001b0  65 63 74 69 6f 6e 20 74  68 61 74 20 70 61 72 61  |ection that para|
000001c0  67 72 61 70 68 73 20 73  68 6f 75 6c 64 20 62 65  |graphs should be|
000001d0  20 0d 20 20 20 73 65 70  61 72 61 74 65 64 20 62  | .   separated b|
000001e0  79 20 61 20 62 6c 61 6e  6b 20 6c 69 6e 65 2c 20  |y a blank line, |
000001f0  62 75 74 20 6e 6f 74 20  6d 61 6e 79 20 61 72 65  |but not many are|
00000200  21 20 49 20 75 73 75 61  6c 6c 79 20 69 6e 64 65  |! I usually inde|
00000210  6e 74 20 70 61 72 61 2d  0d 20 20 20 67 72 61 70  |nt para-.   grap|
00000220  68 73 20 77 68 69 63 68  20 61 72 65 20 70 61 72  |hs which are par|
00000230  74 20 6f 66 20 74 68 65  20 73 61 6d 65 20 73 65  |t of the same se|
00000240  63 74 69 6f 6e 2c 20 61  6e 64 20 75 73 65 20 62  |ction, and use b|
00000250  6c 61 6e 6b 20 6c 69 6e  65 73 0d 20 20 20 62 65  |lank lines.   be|
00000260  74 77 65 65 6e 20 74 61  62 6c 65 73 2f 63 6f 6e  |tween tables/con|
00000270  63 6c 75 64 69 6e 67 20  72 65 6d 61 72 6b 73 2c  |cluding remarks,|
00000280  20 65 74 63 2e 20 41 6e  64 20 77 68 65 6e 20 49  | etc. And when I|
00000290  27 6d 20 77 72 69 74 69  6e 67 20 74 68 65 0d 20  |'m writing the. |
000002a0  20 20 69 6e 73 74 72 75  63 74 69 6f 6e 73 20 66  |  instructions f|
000002b0  6f 72 20 67 61 6d 65 73  2e 0d 0d 33 2e 20 49 20  |or games...3. I |
000002c0  74 68 69 6e 6b 20 69 74  27 73 20 61 20 70 6f 73  |think it's a pos|
000002d0  69 74 69 76 65 20 74 68  69 6e 67 20 74 6f 20 75  |itive thing to u|
000002e0  73 65 20 74 61 62 20 73  74 6f 70 73 20 66 6f 72  |se tab stops for|
000002f0  20 6e 65 61 74 6e 65 73  73 2c 20 50 52 4f 56 49  | neatness, PROVI|
00000300  44 45 44 0d 20 20 20 74  68 65 79 27 72 65 20 70  |DED.   they're p|
00000310  61 64 64 65 64 20 6f 75  74 20 62 65 66 6f 72 65  |added out before|
00000320  20 73 75 62 6d 69 73 73  69 6f 6e 2e 20 54 68 69  | submission. Thi|
00000330  73 20 69 73 20 65 61 73  79 20 74 6f 20 64 6f 20  |s is easy to do |
00000340  69 6e 20 56 49 45 57 2c  20 62 79 0d 20 20 20 2a  |in VIEW, by.   *|
00000350  53 50 4f 4f 4c 69 6e 67  20 6f 75 74 20 74 68 65  |SPOOLing out the|
00000360  20 74 65 78 74 20 64 69  73 70 6c 61 79 65 64 20  | text displayed |
00000370  77 69 74 68 20 74 68 65  20 53 43 52 45 45 4e 20  |with the SCREEN |
00000380  63 6f 6d 6d 61 6e 64 2c  20 61 6e 64 20 74 68 65  |command, and the|
00000390  6e 0d 20 20 20 65 64 69  74 69 6e 67 20 6f 75 74  |n.   editing out|
000003a0  20 74 68 65 20 70 61 67  65 20 62 72 65 61 63 6b  | the page breack|
000003b0  73 20 61 6e 64 20 74 68  65 20 56 49 45 57 20 41  |s and the VIEW A|
000003c0  32 2e 31 20 42 79 74 65  73 20 46 72 65 65 2e 20  |2.1 Bytes Free. |
000003d0  53 61 79 20 77 65 20 68  61 64 0d 20 20 20 61 20  |Say we had.   a |
000003e0  74 65 78 74 20 66 69 6c  65 20 63 61 6c 6c 65 64  |text file called|
000003f0  20 27 72 68 75 62 61 72  62 27 2c 20 74 68 65 6e  | 'rhubarb', then|
00000400  3a 0d 20 20 20 20 20 20  2a 53 50 4f 4f 4c 20 72  |:.      *SPOOL r|
00000410  68 75 62 61 72 62 32 0d  20 20 20 20 20 20 53 43  |hubarb2.      SC|
00000420  52 45 45 4e 0d 20 20 20  20 20 20 2a 53 50 4f 4f  |REEN.      *SPOO|
00000430  4c 0d 20 20 20 20 20 20  4e 45 57 0d 20 20 20 20  |L.      NEW.    |
00000440  20 20 52 45 41 44 20 72  68 75 62 61 72 62 32 0d  |  READ rhubarb2.|
00000450  0d 34 2e 20 57 68 61 74  20 68 61 70 70 65 6e 65  |.4. What happene|
00000460  64 20 74 6f 20 74 68 65  20 66 65 61 74 75 72 65  |d to the feature|
00000470  20 74 68 61 74 20 63 6f  75 6c 64 20 69 6e 74 65  | that could inte|
00000480  72 70 72 65 74 20 56 49  45 57 20 68 69 67 68 6c  |rpret VIEW highl|
00000490  69 67 68 74 20 63 6f 64  65 0d 20 20 20 61 6e 64  |ight code.   and|
000004a0  20 70 72 65 73 65 6e 74  20 74 65 78 74 20 65 6d  | present text em|
000004b0  62 6f 6c 64 65 6e 65 64  2f 75 6e 64 65 72 6c 69  |boldened/underli|
000004c0  6e 65 64 20 28 6f 72 20  77 61 73 20 69 74 20 62  |ned (or was it b|
000004d0  6f 6c 64 20 61 6e 64 20  69 74 61 6c 69 63 73 3f  |old and italics?|
000004e0  29 3f 0d 20 20 20 49 20  66 6f 75 6e 64 20 74 68  |)?.   I found th|
000004f0  69 73 20 75 73 65 66 75  6c 20 77 68 65 6e 20 72  |is useful when r|
00000500  65 66 65 72 72 69 6e 67  20 74 6f 20 76 61 72 69  |eferring to vari|
00000510  61 62 6c 65 20 6e 61 6d  65 73 2c 20 66 69 6c 65  |able names, file|
00000520  6e 61 6d 65 73 20 61 6e  64 0d 20 20 20 61 73 73  |names and.   ass|
00000530  65 6d 62 6c 65 72 20 6c  61 62 65 6c 73 2e 20 4e  |embler labels. N|
00000540  6f 74 20 74 6f 20 77 6f  72 72 79 20 74 68 6f 75  |ot to worry thou|
00000550  67 68 2e 20 49 20 68 61  76 65 20 73 74 75 63 6b  |gh. I have stuck|
00000560  20 74 6f 20 6d 79 20 74  72 61 64 69 74 69 6f 6e  | to my tradition|
00000570  61 6c 0d 20 20 20 6d 65  74 68 6f 64 20 6f 66 20  |al.   method of |
00000580  70 75 74 74 69 6e 67 20  74 68 65 6d 20 69 6e 20  |putting them in |
00000590  73 69 6e 67 6c 65 20 71  75 6f 74 65 73 2c 20 65  |single quotes, e|
000005a0  2e 67 2e 20 27 58 25 27  20 6f 72 20 27 46 49 4c  |.g. 'X%' or 'FIL|
000005b0  45 31 27 20 6f 72 20 0d  20 20 20 27 6c 6f 6f 70  |E1' or .   'loop|
000005c0  27 2e 20 49 74 20 6a 75  73 74 20 6d 61 6b 65 73  |'. It just makes|
000005d0  20 74 68 65 6d 20 65 61  73 69 65 72 20 74 6f 20  | them easier to |
000005e0  64 69 73 74 69 6e 67 75  69 73 68 20 74 68 65 6d  |distinguish them|
000005f0  20 66 72 6f 6d 20 70 72  6f 73 65 2e 0d 0d 35 2e  | from prose...5.|
00000600  20 45 6e 63 6f 75 72 61  67 65 20 72 65 61 64 65  | Encourage reade|
00000610  72 73 20 74 6f 20 73 65  6e 64 20 69 6e 20 63 6f  |rs to send in co|
00000620  6d 6d 65 6e 74 61 72 69  65 73 20 6f 6e 20 76 61  |mmentaries on va|
00000630  72 69 61 62 6c 65 73 2c  20 77 68 61 74 20 74 68  |riables, what th|
00000640  65 0d 20 20 20 50 52 4f  43 65 64 75 72 65 73 20  |e.   PROCedures |
00000650  64 6f 2c 20 61 6e 64 20  73 6f 20 6f 6e 2c 20 61  |do, and so on, a|
00000660  73 20 69 6e 20 45 4c 45  43 54 52 4f 4e 20 55 53  |s in ELECTRON US|
00000670  45 52 2e 20 4d 79 20 70  68 69 6c 6f 73 6f 70 68  |ER. My philosoph|
00000680  79 20 69 73 20 74 68 61  74 0d 20 20 20 75 73 65  |y is that.   use|
00000690  72 73 20 73 68 6f 75 6c  64 20 6b 6e 6f 77 20 61  |rs should know a|
000006a0  62 6f 75 74 20 74 68 65  20 70 72 6f 67 72 61 6d  |bout the program|
000006b0  73 20 74 68 65 79 20 61  72 65 20 75 73 69 6e 67  |s they are using|
000006c0  20 2d 20 61 73 20 6f 70  70 6f 73 65 64 20 74 6f  | - as opposed to|
000006d0  0d 20 20 20 6d 6f 6e 65  79 20 62 65 69 6e 67 20  |.   money being |
000006e0  6d 61 64 65 20 6f 75 74  20 6f 66 20 74 68 65 69  |made out of thei|
000006f0  72 20 69 67 6e 6f 72 61  6e 63 65 20 61 73 20 73  |r ignorance as s|
00000700  65 65 6d 73 20 74 6f 20  62 65 20 73 61 64 6c 79  |eems to be sadly|
00000710  20 74 68 65 20 63 61 73  65 0d 20 20 20 69 6e 20  | the case.   in |
00000720  74 68 65 20 6d 6f 64 65  72 6e 20 50 43 20 77 6f  |the modern PC wo|
00000730  72 6c 64 2e 0d 0d 49 20  48 4f 50 45 20 6d 79 20  |rld...I HOPE my |
00000740  63 72 69 74 69 63 69 73  6d 73 20 61 72 65 20 63  |criticisms are c|
00000750  6f 6e 73 74 72 75 63 74  69 76 65 20 28 61 73 20  |onstructive (as |
00000760  6f 70 70 6f 73 65 64 20  74 6f 20 64 65 73 74 72  |opposed to destr|
00000770  75 63 74 69 76 65 21 29  2e 20 4f 6e 65 0d 66 69  |uctive!). One.fi|
00000780  6e 61 6c 20 74 68 69 6e  67 20 69 73 20 6d 79 20  |nal thing is my |
00000790  73 75 72 6e 61 6d 65 27  73 20 73 70 65 6c 74 20  |surname's spelt |
000007a0  44 65 77 68 55 72 73 74  20 61 6e 64 20 6e 6f 74  |DewhUrst and not|
000007b0  20 44 65 77 68 49 72 73  74 21 20 41 73 69 64 65  | DewhIrst! Aside|
000007c0  20 66 72 6f 6d 0d 6d 79  20 6e 69 74 70 69 63 6b  | from.my nitpick|
000007d0  69 6e 67 2c 20 6b 65 65  70 20 75 70 20 74 68 65  |ing, keep up the|
000007e0  20 67 6f 6f 64 20 77 6f  72 6b 20 6f 6e 20 74 68  | good work on th|
000007f0  65 20 6d 61 67 61 7a 69  6e 65 2e 20 49 66 20 74  |e magazine. If t|
00000800  68 65 72 65 27 73 20 61  6e 79 0d 74 72 6f 75 62  |here's any.troub|
00000810  6c 65 20 77 69 74 68 20  6d 79 20 70 72 6f 67 72  |le with my progr|
00000820  61 6d 73 2c 20 6c 65 74  20 6d 65 20 6b 6e 6f 77  |ams, let me know|
00000830  2e 20 54 68 65 20 6f 6e  6c 79 20 70 72 6f 62 6c  |. The only probl|
00000840  65 6d 20 49 20 63 61 6e  20 66 6f 72 65 73 65 65  |em I can foresee|
00000850  20 69 73 0d 63 6f 6d 70  61 74 69 62 69 6c 69 74  | is.compatibilit|
00000860  79 20 77 69 74 68 20 74  68 65 20 45 6c 65 63 74  |y with the Elect|
00000870  72 6f 6e 2c 20 61 73 20  49 20 77 72 69 74 65 20  |ron, as I write |
00000880  6d 79 20 67 61 6d 65 73  20 6f 6e 20 61 20 42 42  |my games on a BB|
00000890  43 20 4d 6f 64 65 6c 20  42 2e 20 0d 50 65 72 68  |C Model B. .Perh|
000008a0  61 70 73 20 49 20 73 68  6f 75 6c 64 20 6b 65 65  |aps I should kee|
000008b0  70 20 6d 79 20 65 79 65  73 20 70 65 65 6c 65 64  |p my eyes peeled|
000008c0  20 66 6f 72 20 61 6e 20  45 6c 6b 20 69 66 20 49  | for an Elk if I|
000008d0  27 6d 20 74 6f 20 74 61  6b 65 20 74 68 69 73 20  |'m to take this |
000008e0  0d 73 65 72 69 6f 75 73  6c 79 21 0d 20 20 20 20  |.seriously!.    |
000008f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000920  43 68 72 69 73 74 6f 70  68 65 72 20 44 65 77 68  |Christopher Dewh|
00000930  75 72 73 74 0d 20 20 20  20 20 20 20 20 20 20 32  |urst.          2|
00000940  39 20 53 63 6f 74 20 48  61 79 20 52 6f 61 64 2c  |9 Scot Hay Road,|
00000950  20 53 69 6c 76 65 72 64  61 6c 65 2c 20 4e 65 77  | Silverdale, New|
00000960  63 61 73 74 6c 65 2d 75  2d 4c 79 6d 65 2c 20 53  |castle-u-Lyme, S|
00000970  54 41 46 46 53 20 53 54  35 20 36 52 51 0d 20 20  |TAFFS ST5 6RQ.  |
00000980  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000009b0  20 20 20 20 20 54 65 6c  3a 20 30 31 37 38 32 20  |     Tel: 01782 |
000009c0  37 31 32 35 35 34 0d 20  20 20 20 20 20 20 20 20  |712554.         |
000009d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000009f0  20 20 20 45 6d 61 69 6c  3a 20 75 37 63 39 32 40  |   Email: u7c92@|
00000a00  75 67 63 2e 6b 65 65 6c  65 2e 61 63 2e 75 6b 0d  |ugc.keele.ac.uk.|
00000a10  0d 53 4f 4d 45 20 6f 66  20 74 68 65 73 65 20 69  |.SOME of these i|
00000a20  6d 70 6f 72 74 61 6e 74  20 70 6f 69 6e 74 73 20  |mportant points |
00000a30  66 6f 72 20 69 6d 70 72  6f 76 65 6d 65 6e 74 20  |for improvement |
00000a40  63 61 6e 20 62 65 20 65  78 70 6c 61 69 6e 65 64  |can be explained|
00000a50  20 61 77 61 79 20 62 79  0d 74 68 65 20 63 6f 72  | away by.the cor|
00000a60  72 65 63 74 69 6f 6e 20  6f 66 20 74 68 65 20 21  |rection of the !|
00000a70  45 4c 45 43 54 52 4f 4e  20 55 53 45 52 20 47 52  |ELECTRON USER GR|
00000a80  4f 55 50 21 20 69 6e 66  6f 72 6d 61 74 69 6f 6e  |OUP! information|
00000a90  20 73 65 63 74 69 6f 6e  2e 20 54 68 65 0d 6f 6e  | section. The.on|
00000aa0  65 73 20 68 61 72 64 65  73 74 20 74 6f 20 61 6e  |es hardest to an|
00000ab0  73 77 65 72 2c 20 68 6f  77 65 76 65 72 2c 20 63  |swer, however, c|
00000ac0  61 6e 6e 6f 74 20 73 6f  20 68 65 72 65 20 67 6f  |annot so here go|
00000ad0  65 73 2e 2e 2e 0d 20 20  20 41 6c 6c 20 74 68 65  |es....   All the|
00000ae0  20 74 65 78 74 20 66 69  6c 65 73 20 6f 6e 20 74  | text files on t|
00000af0  68 65 20 45 55 47 20 64  69 73 6b 73 20 61 72 65  |he EUG disks are|
00000b00  20 69 6e 20 74 68 65 20  56 49 45 57 20 77 6f 72  | in the VIEW wor|
00000b10  64 20 70 72 6f 63 65 73  73 6f 72 20 0d 66 6f 72  |d processor .for|
00000b20  6d 61 74 20 61 6e 64 20  72 65 61 64 20 69 6e 20  |mat and read in |
00000b30  77 69 74 68 20 73 70 65  63 69 61 6c 20 63 6f 64  |with special cod|
00000b40  65 20 77 72 69 74 74 65  6e 20 62 79 20 52 69 63  |e written by Ric|
00000b50  68 61 72 64 20 44 69 6d  6f 6e 64 2e 20 57 68 65  |hard Dimond. Whe|
00000b60  6e 20 61 0d 77 6f 72 64  20 67 65 74 73 20 73 70  |n a.word gets sp|
00000b70  6c 69 74 20 6f 76 65 72  20 61 20 6c 69 6e 65 2c  |lit over a line,|
00000b80  20 74 68 69 73 20 69 73  20 72 65 61 6c 6c 79 20  | this is really |
00000b90  6a 75 73 74 20 64 75 65  20 74 6f 20 68 6f 77 20  |just due to how |
00000ba0  74 68 65 20 74 65 78 74  20 69 73 0d 74 72 61 6e  |the text is.tran|
00000bb0  73 63 72 69 62 65 64 20  77 68 65 6e 20 70 75 74  |scribed when put|
00000bc0  20 6f 6e 20 64 69 73 6b  2e 20 54 79 70 65 64 20  | on disk. Typed |
00000bd0  64 69 72 65 63 74 6c 79  20 69 6e 20 74 68 69 73  |directly in this|
00000be0  20 77 61 79 20 77 69 74  68 6f 75 74 20 6a 75 73  | way without jus|
00000bf0  74 69 2d 0d 66 69 63 61  74 69 6f 6e 20 61 76 6f  |ti-.fication avo|
00000c00  69 64 73 20 73 6f 66 74  20 73 70 61 63 65 73 2c  |ids soft spaces,|
00000c10  20 61 6e 64 20 64 6f 65  73 20 6d 75 63 68 20 74  | and does much t|
00000c20  68 65 20 73 61 6d 65 20  61 73 20 74 68 65 20 53  |he same as the S|
00000c30  43 52 45 45 4e 20 0d 63  6f 6d 6d 61 6e 64 2e 20  |CREEN .command. |
00000c40  28 54 68 61 74 20 74 68  69 73 20 66 6f 72 6d 61  |(That this forma|
00000c50  74 74 69 6e 67 20 63 61  75 73 65 73 20 62 6c 61  |tting causes bla|
00000c60  6e 6b 20 6c 69 6e 65 73  20 77 68 65 6e 20 74 68  |nk lines when th|
00000c70  65 20 63 6f 64 65 20 69  73 20 73 68 6f 77 6e 0d  |e code is shown.|
00000c80  69 6e 20 4d 6f 64 65 20  36 20 69 73 20 61 20 70  |in Mode 6 is a p|
00000c90  72 6f 62 6c 65 6d 20 63  75 72 72 65 6e 74 6c 79  |roblem currently|
00000ca0  20 62 65 69 6e 67 20 77  6f 72 6b 65 64 20 6f 6e  | being worked on|
00000cb0  2e 29 0d 20 20 20 54 68  65 72 65 20 77 65 72 65  |.).   There were|
00000cc0  20 70 72 65 76 69 6f 75  73 6c 79 20 72 61 74 68  | previously rath|
00000cd0  65 72 20 64 61 74 65 64  20 64 65 74 61 69 6c 73  |er dated details|
00000ce0  20 6f 6e 20 48 6f 77 20  54 6f 20 53 75 62 6d 69  | on How To Submi|
00000cf0  74 20 74 6f 20 45 55 47  20 69 6e 0d 74 68 65 20  |t to EUG in.the |
00000d00  69 6e 66 6f 72 6d 61 74  69 6f 6e 20 66 69 6c 65  |information file|
00000d10  2e 20 54 68 65 20 45 55  47 20 74 65 78 74 20 69  |. The EUG text i|
00000d20  73 20 6e 6f 77 20 70 72  65 73 65 6e 74 65 64 20  |s now presented |
00000d30  61 73 20 69 74 20 69 73  20 62 65 63 61 75 73 65  |as it is because|
00000d40  20 74 68 65 0d 74 68 72  65 65 2d 73 70 61 63 65  | the.three-space|
00000d50  2d 69 6e 20 66 6f 72 20  61 20 6e 65 77 20 70 61  |-in for a new pa|
00000d60  72 61 67 72 61 70 68 20  61 6e 64 20 66 69 72 73  |ragraph and firs|
00000d70  74 20 77 6f 72 64 20 6f  66 20 61 20 73 65 63 74  |t word of a sect|
00000d80  69 6f 6e 20 69 6e 20 43  41 50 49 2d 0d 54 41 4c  |ion in CAPI-.TAL|
00000d90  53 20 69 73 20 77 68 61  74 20 72 65 74 72 6f 20  |S is what retro |
00000da0  6d 61 67 61 7a 69 6e 65  73 20 6c 69 6b 65 20 45  |magazines like E|
00000db0  4c 45 43 54 52 4f 4e 20  55 53 45 52 20 61 6c 77  |LECTRON USER alw|
00000dc0  61 79 73 20 61 64 68 65  72 65 64 20 74 6f 2e 20  |ays adhered to. |
00000dd0  49 74 27 73 0d 70 61 72  74 20 6f 66 20 74 68 65  |It's.part of the|
00000de0  20 6d 6f 76 65 20 74 6f  77 61 72 64 73 20 61 20  | move towards a |
00000df0  6d 6f 72 65 20 70 72 6f  66 65 73 73 69 6f 6e 61  |more professiona|
00000e00  6c 20 70 75 62 6c 69 63  61 74 69 6f 6e 20 42 55  |l publication BU|
00000e10  54 20 69 66 20 74 68 65  72 65 27 73 20 20 20 0d  |T if there's   .|
00000e20  61 20 63 68 6f 72 75 73  20 6f 66 20 64 69 73 61  |a chorus of disa|
00000e30  70 70 72 6f 76 61 6c 2c  20 69 74 20 77 69 6c 6c  |pproval, it will|
00000e40  20 62 65 20 72 65 74 68  6f 75 67 68 74 2e 0d 20  | be rethought.. |
00000e50  20 20 54 68 65 20 68 69  67 68 6c 69 67 68 74 65  |  The highlighte|
00000e60  64 20 74 65 78 74 20 6c  6f 6f 6b 65 64 20 76 65  |d text looked ve|
00000e70  72 79 20 6e 69 63 65 20  6f 6e 20 73 63 72 65 65  |ry nice on scree|
00000e80  6e 20 62 75 74 20 74 65  6e 64 65 64 20 74 6f 20  |n but tended to |
00000e90  63 61 75 73 65 0d 70 72  6f 62 6c 65 6d 73 20 77  |cause.problems w|
00000ea0  69 74 68 20 63 65 72 74  61 69 6e 20 70 72 69 6e  |ith certain prin|
00000eb0  74 65 72 73 2c 20 77 68  69 63 68 20 73 75 62 73  |ters, which subs|
00000ec0  74 69 74 75 74 65 64 20  6c 6f 74 73 20 6f 66 20  |tituted lots of |
00000ed0  75 70 73 69 64 65 20 64  6f 77 6e 20 55 73 0d 28  |upside down Us.(|
00000ee0  6f 72 20 70 72 69 6e 74  65 64 20 6e 6f 6e 73 65  |or printed nonse|
00000ef0  6e 73 65 20 63 68 61 72  61 63 74 65 72 73 29 20  |nse characters) |
00000f00  66 6f 72 20 65 61 63 68  20 63 6f 6e 74 72 6f 6c  |for each control|
00000f10  20 63 6f 64 65 20 74 68  65 79 20 65 6e 63 6f 75  | code they encou|
00000f20  6e 74 65 72 65 64 2e 0d  41 73 20 74 65 78 74 20  |ntered..As text |
00000f30  77 72 69 74 74 65 6e 20  77 69 74 68 6f 75 74 20  |written without |
00000f40  74 68 65 6d 20 63 61 6e  20 74 68 65 6e 20 61 6c  |them can then al|
00000f50  73 6f 20 62 65 20 2a 54  59 50 45 64 20 69 66 20  |so be *TYPEd if |
00000f60  6e 65 63 65 73 73 61 72  79 2c 20 49 20 68 61 64  |necessary, I had|
00000f70  0d 74 6f 20 74 61 6b 65  20 61 20 64 65 63 69 73  |.to take a decis|
00000f80  69 6f 6e 20 77 68 65 74  68 65 72 20 74 6f 20 77  |ion whether to w|
00000f90  72 69 74 65 20 70 72 69  6e 74 65 72 20 64 72 69  |rite printer dri|
00000fa0  76 65 72 73 20 6f 72 20  64 69 73 70 65 6e 73 65  |vers or dispense|
00000fb0  20 77 69 74 68 20 74 68  65 0d 63 6f 6e 74 72 6f  | with the.contro|
00000fc0  6c 20 63 6f 64 65 73 2e  20 49 20 63 68 6f 73 65  |l codes. I chose|
00000fd0  20 74 68 65 20 6c 61 74  74 65 72 2e 0d 20 20 20  | the latter..   |
00000fe0  54 68 65 20 6c 61 73 74  20 73 75 67 67 65 73 74  |The last suggest|
00000ff0  69 6f 6e 20 69 73 20 63  65 72 74 61 69 6e 6c 79  |ion is certainly|
00001000  20 61 20 6e 69 63 65 20  69 64 65 61 20 61 6e 64  | a nice idea and|
00001010  20 77 6f 75 6c 64 20 68  65 6c 70 20 74 68 6f 73  | would help thos|
00001020  65 20 6e 65 77 0d 74 6f  20 42 41 53 49 43 20 63  |e new.to BASIC c|
00001030  6f 6d 70 75 74 69 6e 67  20 74 6f 20 70 69 63 6b  |omputing to pick|
00001040  20 75 70 20 61 20 66 65  77 20 70 72 6f 67 72 61  | up a few progra|
00001050  6d 6d 69 6e 67 20 74 69  70 73 20 77 69 74 68 6f  |mming tips witho|
00001060  75 74 20 77 61 64 69 6e  67 20 0d 74 68 72 6f 75  |ut wading .throu|
00001070  67 68 20 55 73 65 72 20  47 75 69 64 65 73 20 61  |gh User Guides a|
00001080  6e 64 20 52 65 66 65 72  65 6e 63 65 20 4d 61 6e  |nd Reference Man|
00001090  75 61 6c 73 2e 20 41 6c  74 68 6f 75 67 68 20 69  |uals. Although i|
000010a0  74 20 72 65 6c 69 65 73  20 6f 6e 20 72 65 61 64  |t relies on read|
000010b0  65 72 73 0d 77 72 69 74  69 6e 67 20 53 54 52 55  |ers.writing STRU|
000010c0  43 54 55 52 45 44 20 70  72 6f 67 72 61 6d 73 21  |CTURED programs!|
000010d0  20 55 53 42 4f 52 4e 45  20 53 4f 46 54 57 41 52  | USBORNE SOFTWAR|
000010e0  45 20 70 75 62 6c 69 73  68 65 64 20 74 77 6f 20  |E published two |
000010f0  70 72 6f 66 65 73 73 69  6f 6e 61 6c 0d 61 64 76  |professional.adv|
00001100  65 6e 74 75 72 65 20 70  72 6f 67 72 61 6d 73 20  |enture programs |
00001110  69 6e 20 70 61 70 65 72  62 61 63 6b 20 62 6f 6f  |in paperback boo|
00001120  6b 73 20 63 6f 6e 74 61  69 6e 69 6e 67 20 74 68  |ks containing th|
00001130  65 20 6d 6f 73 74 20 68  6f 72 72 69 62 6c 65 20  |e most horrible |
00001140  63 6f 64 65 20 0d 69 6d  61 67 69 6e 61 62 6c 65  |code .imaginable|
00001150  2e 20 54 68 65 72 65 20  77 61 73 20 61 20 62 75  |. There was a bu|
00001160  67 20 69 6e 20 74 68 65  20 76 65 72 73 69 6f 6e  |g in the version|
00001170  20 45 55 47 20 65 6e 74  65 72 65 64 20 61 6e 64  | EUG entered and|
00001180  2c 20 64 65 73 70 69 74  65 20 64 61 79 73 0d 6f  |, despite days.o|
00001190  66 20 63 6f 6d 70 61 72  69 73 6f 6e 20 62 65 74  |f comparison bet|
000011a0  77 65 65 6e 20 74 68 65  20 74 77 6f 2c 20 69 74  |ween the two, it|
000011b0  20 73 74 69 6c 6c 20 72  65 6d 61 69 6e 73 20 68  | still remains h|
000011c0  69 64 64 65 6e 21 0d 20  20 20 41 70 6f 6c 6f 67  |idden!.   Apolog|
000011d0  69 65 73 20 66 6f 72 20  74 68 65 20 6d 69 73 73  |ies for the miss|
000011e0  70 65 6c 6c 65 64 20 6e  61 6d 65 2e 20 49 74 20  |pelled name. It |
000011f0  61 70 70 65 61 72 73 20  63 6f 72 72 65 63 74 6c  |appears correctl|
00001200  79 20 69 6e 20 74 68 65  20 45 55 47 0d 72 65 63  |y in the EUG.rec|
00001210  6f 72 64 73 20 61 6e 64  20 6d 75 73 74 20 68 61  |ords and must ha|
00001220  76 65 20 62 65 65 6e 20  61 20 73 6c 69 70 20 6f  |ve been a slip o|
00001230  66 20 74 68 65 20 70 65  6e 20 77 68 65 6e 20 61  |f the pen when a|
00001240  64 64 72 65 73 73 69 6e  67 20 74 68 65 20 64 69  |ddressing the di|
00001250  73 6b 73 21 0d 20 20 20  20 20 20 20 20 20 20 20  |sks!.           |
00001260  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001290  20 20 20 28 54 68 65 29  20 44 61 76 65 0d        |   (The) Dave.|
0000129e
L/+AQOST.m0
L/+AQOST.m1
L/+AQOST.m2
L/+AQOST.m4
L/+AQOST.m5