Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_38.ADF » +view3

+view3

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_38.ADF
Filename: +view3
Read OK:
File size: 0F1E bytes
Load address: 2B206576
Exec address: 77656976
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
EDIT COMMAND.

View has a number of embedded commands which perform useful functions.
These do not appear in printed test but do control how that printed text
will look.

Some commands need some parameters after them. In the list below commands
needing parameters will be followed by xx  Where parameters are needed the
remainder of the line should be blank. This does not apply to commands
where no parameters are needed.

TM xx   Sets the number of lines at the top of the screen. The number is
        indicated by xx.
PL xx   Sets the page length. Useful if you accidentally buy a box of A4
LS xx   This command will insert extra lines between each line of text.        paper. Set the xx to 70
LM xx   This command will put a margin on the left hand side of the page.
        xx indicates how many spaces the margin will take.
CE      Text printed on the same line as this command will be printed in
        the centre of the page. Useful for headings and titles. 
RJ      Text printed on the same line as this command will be printed
        against the right hand side of the page.
LJ      Text printed on the same line as this command will be printed
        against the left hand side of the page. 
       These two comands are useful for putting text on opposite sides of
        a page to emphasise them.
PE      Any text after this command will be printed on a new page. Useful!
OP      
EP      These two commands are intended to assist with the layout of a
        book you happen to be writing. Nice idea but rather pointless since 
        the maximum number of pages you can put into View with the Master 
        128 or the Electron in 64k is 11.
        Basically OP at the beginning of the text will cause only the 2ed,
        4th, 6th and so on pages to be printed, EP does the same but
        causes 1st, 3rd, 5th ect. Once the first set of pages have been
        printed you put the paper back in to print the rest of the pages
        on the other side so you get two sided printing.
CO      Comment. Everything written on the same line as this command will
        not be printed out.
SR      Set register. Suppose to set numbers for counting pages. Never
        been able to figure out how to use it.

        The following relate to headers and footers and macros. These are 
        chunks at the top and the bottom of a page which contain company 
        logos and such. Frankly I never use these. I have a headline which 
        I designed for my company and load it as I need it. More of this 
        later.
HE xx   Headers on/off. Default on.
HM xx   Header margin
DH xx   Define header
DM      Define macro
EM      End macro
FO      Footers on/off
DF      Define footer
FM      Footer margin
BM      Bottom margin

As far as the Edit commands are concerned the only two you will probably
use regularly are PE to start text on a new page and CE to centre text.

Most of the other stuff can be set up when you start from the command mode
screen.

DELETE COMMAND.

This will delete any command on the same line.

DELETE BLOCK.

Will delete a section of text which has been marked with Set Marker 1 and
2

NEXT MATCH.

Will go to the next example of the word looked for using the search
command in command mode. See later.

FORMATTING

Will ensure that at the end of the line the typing continues at the
beginning of the next line down. This is normally on but can be turned off
if you don't want it,

JUSTIFY 

Will add extra spaces as required to ensure that the ends of lines are
all straight on the left and right hand sides of the page. I usually turn
this off since I think it looks silly. Some PC wordprocessors have
proportional spacing to get round this. I think it also looks silly. Some
pernickitty people get upset if they receive a letter without
justification and proportional spacing. I think they're silly.

00000000  0d 45 44 49 54 20 43 4f  4d 4d 41 4e 44 2e 0d 0d  |.EDIT COMMAND...|
00000010  56 69 65 77 20 68 61 73  20 61 20 6e 75 6d 62 65  |View has a numbe|
00000020  72 20 6f 66 20 65 6d 62  65 64 64 65 64 20 63 6f  |r of embedded co|
00000030  6d 6d 61 6e 64 73 20 77  68 69 63 68 20 70 65 72  |mmands which per|
00000040  66 6f 72 6d 20 75 73 65  66 75 6c 20 66 75 6e 63  |form useful func|
00000050  74 69 6f 6e 73 2e 0d 54  68 65 73 65 20 64 6f 20  |tions..These do |
00000060  6e 6f 74 20 61 70 70 65  61 72 20 69 6e 20 70 72  |not appear in pr|
00000070  69 6e 74 65 64 20 74 65  73 74 20 62 75 74 20 64  |inted test but d|
00000080  6f 20 63 6f 6e 74 72 6f  6c 20 68 6f 77 20 74 68  |o control how th|
00000090  61 74 20 70 72 69 6e 74  65 64 20 74 65 78 74 0d  |at printed text.|
000000a0  77 69 6c 6c 20 6c 6f 6f  6b 2e 0d 0d 53 6f 6d 65  |will look...Some|
000000b0  20 63 6f 6d 6d 61 6e 64  73 20 6e 65 65 64 20 73  | commands need s|
000000c0  6f 6d 65 20 70 61 72 61  6d 65 74 65 72 73 20 61  |ome parameters a|
000000d0  66 74 65 72 20 74 68 65  6d 2e 20 49 6e 20 74 68  |fter them. In th|
000000e0  65 20 6c 69 73 74 20 62  65 6c 6f 77 20 63 6f 6d  |e list below com|
000000f0  6d 61 6e 64 73 0d 6e 65  65 64 69 6e 67 20 70 61  |mands.needing pa|
00000100  72 61 6d 65 74 65 72 73  20 77 69 6c 6c 20 62 65  |rameters will be|
00000110  20 66 6f 6c 6c 6f 77 65  64 20 62 79 20 78 78 20  | followed by xx |
00000120  20 57 68 65 72 65 20 70  61 72 61 6d 65 74 65 72  | Where parameter|
00000130  73 20 61 72 65 20 6e 65  65 64 65 64 20 74 68 65  |s are needed the|
00000140  0d 72 65 6d 61 69 6e 64  65 72 20 6f 66 20 74 68  |.remainder of th|
00000150  65 20 6c 69 6e 65 20 73  68 6f 75 6c 64 20 62 65  |e line should be|
00000160  20 62 6c 61 6e 6b 2e 20  54 68 69 73 20 64 6f 65  | blank. This doe|
00000170  73 20 6e 6f 74 20 61 70  70 6c 79 20 74 6f 20 63  |s not apply to c|
00000180  6f 6d 6d 61 6e 64 73 0d  77 68 65 72 65 20 6e 6f  |ommands.where no|
00000190  20 70 61 72 61 6d 65 74  65 72 73 20 61 72 65 20  | parameters are |
000001a0  6e 65 65 64 65 64 2e 0d  0d 54 4d 20 78 78 20 20  |needed...TM xx  |
000001b0  20 53 65 74 73 20 74 68  65 20 6e 75 6d 62 65 72  | Sets the number|
000001c0  20 6f 66 20 6c 69 6e 65  73 20 61 74 20 74 68 65  | of lines at the|
000001d0  20 74 6f 70 20 6f 66 20  74 68 65 20 73 63 72 65  | top of the scre|
000001e0  65 6e 2e 20 54 68 65 20  6e 75 6d 62 65 72 20 69  |en. The number i|
000001f0  73 0d 20 20 20 20 20 20  20 20 69 6e 64 69 63 61  |s.        indica|
00000200  74 65 64 20 62 79 20 78  78 2e 0d 50 4c 20 78 78  |ted by xx..PL xx|
00000210  20 20 20 53 65 74 73 20  74 68 65 20 70 61 67 65  |   Sets the page|
00000220  20 6c 65 6e 67 74 68 2e  20 55 73 65 66 75 6c 20  | length. Useful |
00000230  69 66 20 79 6f 75 20 61  63 63 69 64 65 6e 74 61  |if you accidenta|
00000240  6c 6c 79 20 62 75 79 20  61 20 62 6f 78 20 6f 66  |lly buy a box of|
00000250  20 41 34 0d 4c 53 20 78  78 20 20 20 54 68 69 73  | A4.LS xx   This|
00000260  20 63 6f 6d 6d 61 6e 64  20 77 69 6c 6c 20 69 6e  | command will in|
00000270  73 65 72 74 20 65 78 74  72 61 20 6c 69 6e 65 73  |sert extra lines|
00000280  20 62 65 74 77 65 65 6e  20 65 61 63 68 20 6c 69  | between each li|
00000290  6e 65 20 6f 66 20 74 65  78 74 2e 20 20 20 20 20  |ne of text.     |
000002a0  20 20 20 70 61 70 65 72  2e 20 53 65 74 20 74 68  |   paper. Set th|
000002b0  65 20 78 78 20 74 6f 20  37 30 0d 4c 4d 20 78 78  |e xx to 70.LM xx|
000002c0  20 20 20 54 68 69 73 20  63 6f 6d 6d 61 6e 64 20  |   This command |
000002d0  77 69 6c 6c 20 70 75 74  20 61 20 6d 61 72 67 69  |will put a margi|
000002e0  6e 20 6f 6e 20 74 68 65  20 6c 65 66 74 20 68 61  |n on the left ha|
000002f0  6e 64 20 73 69 64 65 20  6f 66 20 74 68 65 20 70  |nd side of the p|
00000300  61 67 65 2e 0d 20 20 20  20 20 20 20 20 78 78 20  |age..        xx |
00000310  69 6e 64 69 63 61 74 65  73 20 68 6f 77 20 6d 61  |indicates how ma|
00000320  6e 79 20 73 70 61 63 65  73 20 74 68 65 20 6d 61  |ny spaces the ma|
00000330  72 67 69 6e 20 77 69 6c  6c 20 74 61 6b 65 2e 0d  |rgin will take..|
00000340  43 45 20 20 20 20 20 20  54 65 78 74 20 70 72 69  |CE      Text pri|
00000350  6e 74 65 64 20 6f 6e 20  74 68 65 20 73 61 6d 65  |nted on the same|
00000360  20 6c 69 6e 65 20 61 73  20 74 68 69 73 20 63 6f  | line as this co|
00000370  6d 6d 61 6e 64 20 77 69  6c 6c 20 62 65 20 70 72  |mmand will be pr|
00000380  69 6e 74 65 64 20 69 6e  0d 20 20 20 20 20 20 20  |inted in.       |
00000390  20 74 68 65 20 63 65 6e  74 72 65 20 6f 66 20 74  | the centre of t|
000003a0  68 65 20 70 61 67 65 2e  20 55 73 65 66 75 6c 20  |he page. Useful |
000003b0  66 6f 72 20 68 65 61 64  69 6e 67 73 20 61 6e 64  |for headings and|
000003c0  20 74 69 74 6c 65 73 2e  20 0d 52 4a 20 20 20 20  | titles. .RJ    |
000003d0  20 20 54 65 78 74 20 70  72 69 6e 74 65 64 20 6f  |  Text printed o|
000003e0  6e 20 74 68 65 20 73 61  6d 65 20 6c 69 6e 65 20  |n the same line |
000003f0  61 73 20 74 68 69 73 20  63 6f 6d 6d 61 6e 64 20  |as this command |
00000400  77 69 6c 6c 20 62 65 20  70 72 69 6e 74 65 64 0d  |will be printed.|
00000410  20 20 20 20 20 20 20 20  61 67 61 69 6e 73 74 20  |        against |
00000420  74 68 65 20 72 69 67 68  74 20 68 61 6e 64 20 73  |the right hand s|
00000430  69 64 65 20 6f 66 20 74  68 65 20 70 61 67 65 2e  |ide of the page.|
00000440  0d 4c 4a 20 20 20 20 20  20 54 65 78 74 20 70 72  |.LJ      Text pr|
00000450  69 6e 74 65 64 20 6f 6e  20 74 68 65 20 73 61 6d  |inted on the sam|
00000460  65 20 6c 69 6e 65 20 61  73 20 74 68 69 73 20 63  |e line as this c|
00000470  6f 6d 6d 61 6e 64 20 77  69 6c 6c 20 62 65 20 70  |ommand will be p|
00000480  72 69 6e 74 65 64 0d 20  20 20 20 20 20 20 20 61  |rinted.        a|
00000490  67 61 69 6e 73 74 20 74  68 65 20 6c 65 66 74 20  |gainst the left |
000004a0  68 61 6e 64 20 73 69 64  65 20 6f 66 20 74 68 65  |hand side of the|
000004b0  20 70 61 67 65 2e 20 0d  20 20 20 20 20 20 20 1c  | page. .       .|
000004c0  54 68 65 73 65 20 74 77  6f 20 63 6f 6d 61 6e 64  |These two comand|
000004d0  73 20 61 72 65 20 75 73  65 66 75 6c 20 66 6f 72  |s are useful for|
000004e0  20 70 75 74 74 69 6e 67  20 74 65 78 74 20 6f 6e  | putting text on|
000004f0  20 6f 70 70 6f 73 69 74  65 20 73 69 64 65 73 20  | opposite sides |
00000500  6f 66 0d 20 20 20 20 20  20 20 20 61 20 70 61 67  |of.        a pag|
00000510  65 20 74 6f 20 65 6d 70  68 61 73 69 73 65 20 74  |e to emphasise t|
00000520  68 65 6d 2e 1c 0d 50 45  20 20 20 20 20 20 41 6e  |hem...PE      An|
00000530  79 20 74 65 78 74 20 61  66 74 65 72 20 74 68 69  |y text after thi|
00000540  73 20 63 6f 6d 6d 61 6e  64 20 77 69 6c 6c 20 62  |s command will b|
00000550  65 20 70 72 69 6e 74 65  64 20 6f 6e 20 61 20 6e  |e printed on a n|
00000560  65 77 20 70 61 67 65 2e  20 1c 55 73 65 66 75 6c  |ew page. .Useful|
00000570  21 1c 0d 4f 50 20 20 20  20 20 20 0d 45 50 20 20  |!..OP      .EP  |
00000580  20 20 20 20 54 68 65 73  65 20 74 77 6f 20 63 6f  |    These two co|
00000590  6d 6d 61 6e 64 73 20 61  72 65 20 69 6e 74 65 6e  |mmands are inten|
000005a0  64 65 64 20 74 6f 20 61  73 73 69 73 74 20 77 69  |ded to assist wi|
000005b0  74 68 20 74 68 65 20 6c  61 79 6f 75 74 20 6f 66  |th the layout of|
000005c0  20 61 0d 20 20 20 20 20  20 20 20 62 6f 6f 6b 20  | a.        book |
000005d0  79 6f 75 20 68 61 70 70  65 6e 20 74 6f 20 62 65  |you happen to be|
000005e0  20 77 72 69 74 69 6e 67  2e 20 4e 69 63 65 20 69  | writing. Nice i|
000005f0  64 65 61 20 62 75 74 20  72 61 74 68 65 72 20 70  |dea but rather p|
00000600  6f 69 6e 74 6c 65 73 73  20 73 69 6e 63 65 20 0d  |ointless since .|
00000610  20 20 20 20 20 20 20 20  74 68 65 20 6d 61 78 69  |        the maxi|
00000620  6d 75 6d 20 6e 75 6d 62  65 72 20 6f 66 20 70 61  |mum number of pa|
00000630  67 65 73 20 79 6f 75 20  63 61 6e 20 70 75 74 20  |ges you can put |
00000640  69 6e 74 6f 20 56 69 65  77 20 77 69 74 68 20 74  |into View with t|
00000650  68 65 20 4d 61 73 74 65  72 20 0d 20 20 20 20 20  |he Master .     |
00000660  20 20 20 31 32 38 20 6f  72 20 74 68 65 20 45 6c  |   128 or the El|
00000670  65 63 74 72 6f 6e 20 69  6e 20 36 34 6b 20 69 73  |ectron in 64k is|
00000680  20 31 31 2e 0d 20 20 20  20 20 20 20 20 42 61 73  | 11..        Bas|
00000690  69 63 61 6c 6c 79 20 4f  50 20 61 74 20 74 68 65  |ically OP at the|
000006a0  20 62 65 67 69 6e 6e 69  6e 67 20 6f 66 20 74 68  | beginning of th|
000006b0  65 20 74 65 78 74 20 77  69 6c 6c 20 63 61 75 73  |e text will caus|
000006c0  65 20 6f 6e 6c 79 20 74  68 65 20 32 65 64 2c 0d  |e only the 2ed,.|
000006d0  20 20 20 20 20 20 20 20  34 74 68 2c 20 36 74 68  |        4th, 6th|
000006e0  20 61 6e 64 20 73 6f 20  6f 6e 20 70 61 67 65 73  | and so on pages|
000006f0  20 74 6f 20 62 65 20 70  72 69 6e 74 65 64 2c 20  | to be printed, |
00000700  45 50 20 64 6f 65 73 20  74 68 65 20 73 61 6d 65  |EP does the same|
00000710  20 62 75 74 0d 20 20 20  20 20 20 20 20 63 61 75  | but.        cau|
00000720  73 65 73 20 31 73 74 2c  20 33 72 64 2c 20 35 74  |ses 1st, 3rd, 5t|
00000730  68 20 65 63 74 2e 20 4f  6e 63 65 20 74 68 65 20  |h ect. Once the |
00000740  66 69 72 73 74 20 73 65  74 20 6f 66 20 70 61 67  |first set of pag|
00000750  65 73 20 68 61 76 65 20  62 65 65 6e 0d 20 20 20  |es have been.   |
00000760  20 20 20 20 20 70 72 69  6e 74 65 64 20 79 6f 75  |     printed you|
00000770  20 70 75 74 20 74 68 65  20 70 61 70 65 72 20 62  | put the paper b|
00000780  61 63 6b 20 69 6e 20 74  6f 20 70 72 69 6e 74 20  |ack in to print |
00000790  74 68 65 20 72 65 73 74  20 6f 66 20 74 68 65 20  |the rest of the |
000007a0  70 61 67 65 73 0d 20 20  20 20 20 20 20 20 6f 6e  |pages.        on|
000007b0  20 74 68 65 20 6f 74 68  65 72 20 73 69 64 65 20  | the other side |
000007c0  73 6f 20 79 6f 75 20 67  65 74 20 74 77 6f 20 73  |so you get two s|
000007d0  69 64 65 64 20 70 72 69  6e 74 69 6e 67 2e 0d 43  |ided printing..C|
000007e0  4f 20 20 20 20 20 20 43  6f 6d 6d 65 6e 74 2e 20  |O      Comment. |
000007f0  45 76 65 72 79 74 68 69  6e 67 20 77 72 69 74 74  |Everything writt|
00000800  65 6e 20 6f 6e 20 74 68  65 20 73 61 6d 65 20 6c  |en on the same l|
00000810  69 6e 65 20 61 73 20 74  68 69 73 20 63 6f 6d 6d  |ine as this comm|
00000820  61 6e 64 20 77 69 6c 6c  0d 20 20 20 20 20 20 20  |and will.       |
00000830  20 6e 6f 74 20 62 65 20  70 72 69 6e 74 65 64 20  | not be printed |
00000840  6f 75 74 2e 0d 53 52 20  20 20 20 20 20 53 65 74  |out..SR      Set|
00000850  20 72 65 67 69 73 74 65  72 2e 20 53 75 70 70 6f  | register. Suppo|
00000860  73 65 20 74 6f 20 73 65  74 20 6e 75 6d 62 65 72  |se to set number|
00000870  73 20 66 6f 72 20 63 6f  75 6e 74 69 6e 67 20 70  |s for counting p|
00000880  61 67 65 73 2e 20 1c 4e  65 76 65 72 0d 20 20 20  |ages. .Never.   |
00000890  20 20 20 20 20 62 65 65  6e 20 61 62 6c 65 20 74  |     been able t|
000008a0  6f 20 66 69 67 75 72 65  20 6f 75 74 20 68 6f 77  |o figure out how|
000008b0  20 74 6f 20 75 73 65 20  69 74 2e 1c 0d 0d 20 20  | to use it....  |
000008c0  20 20 20 20 20 20 1c 54  68 65 20 66 6f 6c 6c 6f  |      .The follo|
000008d0  77 69 6e 67 20 72 65 6c  61 74 65 20 74 6f 20 68  |wing relate to h|
000008e0  65 61 64 65 72 73 20 61  6e 64 20 66 6f 6f 74 65  |eaders and foote|
000008f0  72 73 20 61 6e 64 20 6d  61 63 72 6f 73 2e 20 54  |rs and macros. T|
00000900  68 65 73 65 20 61 72 65  20 0d 20 20 20 20 20 20  |hese are .      |
00000910  20 20 63 68 75 6e 6b 73  20 61 74 20 74 68 65 20  |  chunks at the |
00000920  74 6f 70 20 61 6e 64 20  74 68 65 20 62 6f 74 74  |top and the bott|
00000930  6f 6d 20 6f 66 20 61 20  70 61 67 65 20 77 68 69  |om of a page whi|
00000940  63 68 20 63 6f 6e 74 61  69 6e 20 63 6f 6d 70 61  |ch contain compa|
00000950  6e 79 20 0d 20 20 20 20  20 20 20 20 6c 6f 67 6f  |ny .        logo|
00000960  73 20 61 6e 64 20 73 75  63 68 2e 20 46 72 61 6e  |s and such. Fran|
00000970  6b 6c 79 20 49 20 6e 65  76 65 72 20 75 73 65 20  |kly I never use |
00000980  74 68 65 73 65 2e 20 49  20 68 61 76 65 20 61 20  |these. I have a |
00000990  68 65 61 64 6c 69 6e 65  20 77 68 69 63 68 20 0d  |headline which .|
000009a0  20 20 20 20 20 20 20 20  49 20 64 65 73 69 67 6e  |        I design|
000009b0  65 64 20 66 6f 72 20 6d  79 20 63 6f 6d 70 61 6e  |ed for my compan|
000009c0  79 20 61 6e 64 20 6c 6f  61 64 20 69 74 20 61 73  |y and load it as|
000009d0  20 49 20 6e 65 65 64 20  69 74 2e 20 4d 6f 72 65  | I need it. More|
000009e0  20 6f 66 20 74 68 69 73  20 0d 20 20 20 20 20 20  | of this .      |
000009f0  20 20 6c 61 74 65 72 2e  1c 0d 48 45 20 78 78 20  |  later...HE xx |
00000a00  20 20 48 65 61 64 65 72  73 20 6f 6e 2f 6f 66 66  |  Headers on/off|
00000a10  2e 20 44 65 66 61 75 6c  74 20 6f 6e 2e 0d 48 4d  |. Default on..HM|
00000a20  20 78 78 20 20 20 48 65  61 64 65 72 20 6d 61 72  | xx   Header mar|
00000a30  67 69 6e 0d 44 48 20 78  78 20 20 20 44 65 66 69  |gin.DH xx   Defi|
00000a40  6e 65 20 68 65 61 64 65  72 0d 44 4d 20 20 20 20  |ne header.DM    |
00000a50  20 20 44 65 66 69 6e 65  20 6d 61 63 72 6f 0d 45  |  Define macro.E|
00000a60  4d 20 20 20 20 20 20 45  6e 64 20 6d 61 63 72 6f  |M      End macro|
00000a70  0d 46 4f 20 20 20 20 20  20 46 6f 6f 74 65 72 73  |.FO      Footers|
00000a80  20 6f 6e 2f 6f 66 66 0d  44 46 20 20 20 20 20 20  | on/off.DF      |
00000a90  44 65 66 69 6e 65 20 66  6f 6f 74 65 72 0d 46 4d  |Define footer.FM|
00000aa0  20 20 20 20 20 20 46 6f  6f 74 65 72 20 6d 61 72  |      Footer mar|
00000ab0  67 69 6e 0d 42 4d 20 20  20 20 20 20 42 6f 74 74  |gin.BM      Bott|
00000ac0  6f 6d 20 6d 61 72 67 69  6e 0d 0d 41 73 20 66 61  |om margin..As fa|
00000ad0  72 20 61 73 20 74 68 65  20 45 64 69 74 20 63 6f  |r as the Edit co|
00000ae0  6d 6d 61 6e 64 73 20 61  72 65 20 63 6f 6e 63 65  |mmands are conce|
00000af0  72 6e 65 64 20 74 68 65  20 6f 6e 6c 79 20 74 77  |rned the only tw|
00000b00  6f 20 79 6f 75 20 77 69  6c 6c 20 70 72 6f 62 61  |o you will proba|
00000b10  62 6c 79 0d 75 73 65 20  72 65 67 75 6c 61 72 6c  |bly.use regularl|
00000b20  79 20 61 72 65 20 50 45  20 74 6f 20 73 74 61 72  |y are PE to star|
00000b30  74 20 74 65 78 74 20 6f  6e 20 61 20 6e 65 77 20  |t text on a new |
00000b40  70 61 67 65 20 61 6e 64  20 43 45 20 74 6f 20 63  |page and CE to c|
00000b50  65 6e 74 72 65 20 74 65  78 74 2e 0d 0d 4d 6f 73  |entre text...Mos|
00000b60  74 20 6f 66 20 74 68 65  20 6f 74 68 65 72 20 73  |t of the other s|
00000b70  74 75 66 66 20 63 61 6e  20 62 65 20 73 65 74 20  |tuff can be set |
00000b80  75 70 20 77 68 65 6e 20  79 6f 75 20 73 74 61 72  |up when you star|
00000b90  74 20 66 72 6f 6d 20 74  68 65 20 63 6f 6d 6d 61  |t from the comma|
00000ba0  6e 64 20 6d 6f 64 65 0d  73 63 72 65 65 6e 2e 0d  |nd mode.screen..|
00000bb0  0d 44 45 4c 45 54 45 20  43 4f 4d 4d 41 4e 44 2e  |.DELETE COMMAND.|
00000bc0  0d 0d 54 68 69 73 20 77  69 6c 6c 20 64 65 6c 65  |..This will dele|
00000bd0  74 65 20 61 6e 79 20 63  6f 6d 6d 61 6e 64 20 6f  |te any command o|
00000be0  6e 20 74 68 65 20 73 61  6d 65 20 6c 69 6e 65 2e  |n the same line.|
00000bf0  0d 0d 44 45 4c 45 54 45  20 42 4c 4f 43 4b 2e 0d  |..DELETE BLOCK..|
00000c00  0d 57 69 6c 6c 20 64 65  6c 65 74 65 20 61 20 73  |.Will delete a s|
00000c10  65 63 74 69 6f 6e 20 6f  66 20 74 65 78 74 20 77  |ection of text w|
00000c20  68 69 63 68 20 68 61 73  20 62 65 65 6e 20 6d 61  |hich has been ma|
00000c30  72 6b 65 64 20 77 69 74  68 20 53 65 74 20 4d 61  |rked with Set Ma|
00000c40  72 6b 65 72 20 31 20 61  6e 64 0d 32 0d 0d 4e 45  |rker 1 and.2..NE|
00000c50  58 54 20 4d 41 54 43 48  2e 0d 0d 57 69 6c 6c 20  |XT MATCH...Will |
00000c60  67 6f 20 74 6f 20 74 68  65 20 6e 65 78 74 20 65  |go to the next e|
00000c70  78 61 6d 70 6c 65 20 6f  66 20 74 68 65 20 77 6f  |xample of the wo|
00000c80  72 64 20 6c 6f 6f 6b 65  64 20 66 6f 72 20 75 73  |rd looked for us|
00000c90  69 6e 67 20 74 68 65 20  73 65 61 72 63 68 0d 63  |ing the search.c|
00000ca0  6f 6d 6d 61 6e 64 20 69  6e 20 63 6f 6d 6d 61 6e  |ommand in comman|
00000cb0  64 20 6d 6f 64 65 2e 20  53 65 65 20 6c 61 74 65  |d mode. See late|
00000cc0  72 2e 0d 0d 46 4f 52 4d  41 54 54 49 4e 47 0d 0d  |r...FORMATTING..|
00000cd0  57 69 6c 6c 20 65 6e 73  75 72 65 20 74 68 61 74  |Will ensure that|
00000ce0  20 61 74 20 74 68 65 20  65 6e 64 20 6f 66 20 74  | at the end of t|
00000cf0  68 65 20 6c 69 6e 65 20  74 68 65 20 74 79 70 69  |he line the typi|
00000d00  6e 67 20 63 6f 6e 74 69  6e 75 65 73 20 61 74 20  |ng continues at |
00000d10  74 68 65 0d 62 65 67 69  6e 6e 69 6e 67 20 6f 66  |the.beginning of|
00000d20  20 74 68 65 20 6e 65 78  74 20 6c 69 6e 65 20 64  | the next line d|
00000d30  6f 77 6e 2e 20 54 68 69  73 20 69 73 20 6e 6f 72  |own. This is nor|
00000d40  6d 61 6c 6c 79 20 6f 6e  20 62 75 74 20 63 61 6e  |mally on but can|
00000d50  20 62 65 20 74 75 72 6e  65 64 20 6f 66 66 0d 69  | be turned off.i|
00000d60  66 20 79 6f 75 20 64 6f  6e 27 74 20 77 61 6e 74  |f you don't want|
00000d70  20 69 74 2c 0d 0d 4a 55  53 54 49 46 59 20 0d 0d  | it,..JUSTIFY ..|
00000d80  57 69 6c 6c 20 61 64 64  20 65 78 74 72 61 20 73  |Will add extra s|
00000d90  70 61 63 65 73 20 61 73  20 72 65 71 75 69 72 65  |paces as require|
00000da0  64 20 74 6f 20 65 6e 73  75 72 65 20 74 68 61 74  |d to ensure that|
00000db0  20 74 68 65 20 65 6e 64  73 20 6f 66 20 6c 69 6e  | the ends of lin|
00000dc0  65 73 20 61 72 65 0d 61  6c 6c 20 73 74 72 61 69  |es are.all strai|
00000dd0  67 68 74 20 6f 6e 20 74  68 65 20 6c 65 66 74 20  |ght on the left |
00000de0  61 6e 64 20 72 69 67 68  74 20 68 61 6e 64 20 73  |and right hand s|
00000df0  69 64 65 73 20 6f 66 20  74 68 65 20 70 61 67 65  |ides of the page|
00000e00  2e 20 1c 49 20 75 73 75  61 6c 6c 79 20 74 75 72  |. .I usually tur|
00000e10  6e 0d 74 68 69 73 20 6f  66 66 20 73 69 6e 63 65  |n.this off since|
00000e20  20 49 20 74 68 69 6e 6b  20 69 74 20 6c 6f 6f 6b  | I think it look|
00000e30  73 20 73 69 6c 6c 79 2e  20 53 6f 6d 65 20 50 43  |s silly. Some PC|
00000e40  20 77 6f 72 64 70 72 6f  63 65 73 73 6f 72 73 20  | wordprocessors |
00000e50  68 61 76 65 0d 70 72 6f  70 6f 72 74 69 6f 6e 61  |have.proportiona|
00000e60  6c 20 73 70 61 63 69 6e  67 20 74 6f 20 67 65 74  |l spacing to get|
00000e70  20 72 6f 75 6e 64 20 74  68 69 73 2e 20 49 20 74  | round this. I t|
00000e80  68 69 6e 6b 20 69 74 20  61 6c 73 6f 20 6c 6f 6f  |hink it also loo|
00000e90  6b 73 20 73 69 6c 6c 79  2e 20 53 6f 6d 65 0d 70  |ks silly. Some.p|
00000ea0  65 72 6e 69 63 6b 69 74  74 79 20 70 65 6f 70 6c  |ernickitty peopl|
00000eb0  65 20 67 65 74 20 75 70  73 65 74 20 69 66 20 74  |e get upset if t|
00000ec0  68 65 79 20 72 65 63 65  69 76 65 20 61 20 6c 65  |hey receive a le|
00000ed0  74 74 65 72 20 77 69 74  68 6f 75 74 0d 6a 75 73  |tter without.jus|
00000ee0  74 69 66 69 63 61 74 69  6f 6e 20 61 6e 64 20 70  |tification and p|
00000ef0  72 6f 70 6f 72 74 69 6f  6e 61 6c 20 73 70 61 63  |roportional spac|
00000f00  69 6e 67 2e 20 49 20 74  68 69 6e 6b 20 74 68 65  |ing. I think the|
00000f10  79 27 72 65 20 73 69 6c  6c 79 2e 1c 0d 0d        |y're silly....|
00000f1e
+view3.m0
+view3.m1
+view3.m2
+view3.m4
+view3.m5