Home » CEEFAX disks » telesoftware3.adl » 11_12_87/K_PRINT

11_12_87/K_PRINT

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 » CEEFAX disks » telesoftware3.adl
Filename: 11_12_87/K_PRINT
Read OK:
File size: 0E14 bytes
Load address: FFFF1900
Exec address: FFFF8023
Duplicates

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

File contents
   10REM"�*****************************
   20REM"�*�FUNCTION KEY STRIP EDITOR�*
   30REM"�* �AND PRINTER�version 2.2� *
   40REM"�*           �by            �*
   50REM"�*   �Kenneth Stephenson    �*
   60REM"�*     �19 �Cumbria �84     �*
   70REM"�*      �Updated 1986       �*
   80REM"�*****************************
   90:
  100:
  110:
  120REM"�Line 370 of program�KEYPRNT     �denotes Line spacing; alter to suit    �PRINTER type!
  130REM"�24�for Epson RX/FX,             �Micro Peropherals MP165,Mannesman      �Tally�MT80. �16�for Epson MX, Star.
  140MODE7
  150VDU23;8202;0;0;0;
  160PROCtitle
  170*DIR $
  180PAGE=&1300
  190CHAIN"KEYPRNT"
  200END
  210DEFPROCtitle
  220FORL=10TO11
  230PRINTTAB(2,L)CHR$141CHR$132CHR$157CHR$135" Function Key_strip Printer   "CHR$156
  240NEXT
  250PRINT'''TAB(18)"�by"
  260PRINTTAB(13)"�K.Stephenson."
  270PRINTTAB(17)"�1984"
  280PRINT'''''TAB(10)"�Instructions�Y/N�?"
  290REPEAT:reply$=GET$:UNTIL reply$="Y" OR reply$="y" OR reply$="N" OR reply$="n"
  300IF reply$="N" OR reply$="n" ENDPROC
  310IF reply$="Y" OR reply$="y" PROCinstructions
  320ENDPROC
  330DEFPROCinstructions
  340CLS
  350PRINT"  ��Keyprint is an�On Screen�editor"'"�and printer program, which simplifies"'"�the process of producing function key"'"�keystrips."
  360PRINT'"   �The program assumes a standard BBC"'"�model B micro with Acorn DFS, together"'"�with an EPSON�compatible printer."'"�(Printers which�support condensed type"'"�may also work�by alteration of the"'"�respective codes.)"
  370PRINT'"   �The user is guided throughout, by"'"�following instructions contained"'"�within�the main and sub menu's."
  380PRINT'"   �To create a new keystrip,�Option 1"'"�should be selected from the main menu."'"�This will cause the program to display"'"�a choice of 3 different formats from"
  390PRINT"�which the user may select the desired"'"�one�by pressing�<RETURN>."
  400PROCnextpage
  410PRINT"   �Using the�CURSOR�keys, a positioning�cursor (initially�displayed in the top"'"�left corner of the�screen) may be"'"�moved to any�start�location within the"'"�grid."
  420PRINT'"   �Press the�COPY�key when the cursor"'"�is at the correct position for text"'"�entry. A maximum of�12�characters is"'"�allowed per grid location,�and text of"
  430PRINT"�less than�12�chars. may be terminated"'"�on pressing the�RETURN�key."
  440PRINT"   �Text of less than�12�chars. is"'"�automatically centred to within�one"
  450PRINT"�char. position on printout, in order"'"�to obtain a pleasing final result."
  460PRINT'"   �On completion of the desired layout �the result may be saved to disc for"'"�future use!"
  470PROCnextpage
  480PRINT"   �Should an error occur when entering"'"�text, this may be deleted as normal"'"�with the�DELETE�key, whilst on the"'"�current line. However if the error is"'"�spotted at a later stage, carry on"
  490PRINT"�with the rest of the entries and use"'"�the�EDIT�mode to correct the text once"'"�the main menu is again in use!"
  500PRINT'"   �The�EDIT�option has been specially  �programmed to always return to the"'"�main menu as an additional safeguard,"'"�so that a deliberate response is"'"�required to edit any text!"
  510 PRINT'"  ��PLEASE NOTE�   EDIT�mode clears"'"�ALL�characters�within that location,"'"�ready for new�text to be entered."
  520PROCnextpage
  530PRINT''''"   �As a final note, whilst entering"'"�text, if the�COPY�key is pressed at"'"�a location where text is already in"'"�place, it will not be deleted."'"   �The option to continue, or return"'"�to the main menu is offered."
  540PRINT'"   �A similar effect is obtained by"'"�pressing�COPY�followed by�RETURN�at"'"�a location where no text is present!"
  550PRINT'"   �The above options allow the user to"'"�break_out from the creative part of"'"�the process, in order to save or"'"�printout the keystrip."
  560PROCnextpage
  570ENDPROC
  580DEFPROCnextpage
  590PRINT'"       PRESS ANY KEY TO CONTINUE"
  600w=GET
  610CLS
  620ENDPROC

$�"�*****************************
$�"�*�FUNCTION KEY STRIP EDITOR�*
$�"�* �AND PRINTER�version 2.2� *
($�"�*           �by            �*
2$�"�*   �Kenneth Stephenson    �*
<$�"�*     �19 �Cumbria �84     �*
F$�"�*      �Updated 1986       �*
P$�"�*****************************
Z:
d:
n:
x]�"�Line 370 of program�KEYPRNT     �denotes Line spacing; alter to suit    �PRINTER type!
�s�"�24�for Epson RX/FX,             �Micro Peropherals MP165,Mannesman      �Tally�MT80. �16�for Epson MX, Star.
��7
��23;8202;0;0;0;
�
�title
�
*DIR $
��=&1300
��"KEYPRNT"
��
���title
��L=10�11
�>�2,L)�141�132�157�135" Function Key_strip Printer   "�156
��
��'''�18)"�by"
�13)"�K.Stephenson."
�17)"�1984"
#�'''''�10)"�Instructions�Y/N�?"
"B�:reply$=�:� reply$="Y" � reply$="y" � reply$="N" � reply$="n"
,� reply$="N" � reply$="n" �
6+� reply$="Y" � reply$="y" �instructions
@�
J��instructions
T�
^��"  ��Keyprint is an�On Screen�editor"'"�and printer program, which simplifies"'"�the process of producing function key"'"�keystrips."
h��'"   �The program assumes a standard BBC"'"�model B micro with Acorn DFS, together"'"�with an EPSON�compatible printer."'"�(Printers which�support condensed type"'"�may also work�by alteration of the"'"�respective codes.)"
rt�'"   �The user is guided throughout, by"'"�following instructions contained"'"�within�the main and sub menu's."
|��'"   �To create a new keystrip,�Option 1"'"�should be selected from the main menu."'"�This will cause the program to display"'"�a choice of 3 different formats from"
�J�"�which the user may select the desired"'"�one�by pressing�<RETURN>."
�
�nextpage
���"   �Using the�CURSOR�keys, a positioning�cursor (initially�displayed in the top"'"�left corner of the�screen) may be"'"�moved to any�start�location within the"'"�grid."
���'"   �Press the�COPY�key when the cursor"'"�is at the correct position for text"'"�entry. A maximum of�12�characters is"'"�allowed per grid location,�and text of"
�L�"�less than�12�chars. may be terminated"'"�on pressing the�RETURN�key."
�P�"   �Text of less than�12�chars. is"'"�automatically centred to within�one"
�R�"�char. position on printout, in order"'"�to obtain a pleasing final result."
�c�'"   �On completion of the desired layout �the result may be saved to disc for"'"�future use!"
�
�nextpage
���"   �Should an error occur when entering"'"�text, this may be deleted as normal"'"�with the�DELETE�key, whilst on the"'"�current line. However if the error is"'"�spotted at a later stage, carry on"
�x�"�with the rest of the entries and use"'"�the�EDIT�mode to correct the text once"'"�the main menu is again in use!"
��'"   �The�EDIT�option has been specially  �programmed to always return to the"'"�main menu as an additional safeguard,"'"�so that a deliberate response is"'"�required to edit any text!"
�y �'"  ��PLEASE NOTE�   EDIT�mode clears"'"�ALL�characters�within that location,"'"�ready for new�text to be entered."

�nextpage
��''''"   �As a final note, whilst entering"'"�text, if the�COPY�key is pressed at"'"�a location where text is already in"'"�place, it will not be deleted."'"   �The option to continue, or return"'"�to the main menu is offered."
z�'"   �A similar effect is obtained by"'"�pressing�COPY�followed by�RETURN�at"'"�a location where no text is present!"
&��'"   �The above options allow the user to"'"�break_out from the creative part of"'"�the process, in order to save or"'"�printout the keystrip."
0
�nextpage
:�
D��nextpage
N(�'"       PRESS ANY KEY TO CONTINUE"
Xw=�
b�
l�
�
00000000  0d 00 0a 24 f4 22 81 2a  2a 2a 2a 2a 2a 2a 2a 2a  |...$.".*********|
00000010  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000020  2a 2a 2a 2a 0d 00 14 24  f4 22 83 2a 82 46 55 4e  |****...$.".*.FUN|
00000030  43 54 49 4f 4e 20 4b 45  59 20 53 54 52 49 50 20  |CTION KEY STRIP |
00000040  45 44 49 54 4f 52 83 2a  0d 00 1e 24 f4 22 83 2a  |EDITOR.*...$.".*|
00000050  20 82 41 4e 44 20 50 52  49 4e 54 45 52 86 76 65  | .AND PRINTER.ve|
00000060  72 73 69 6f 6e 20 32 2e  32 83 20 2a 0d 00 28 24  |rsion 2.2. *..($|
00000070  f4 22 83 2a 20 20 20 20  20 20 20 20 20 20 20 82  |.".*           .|
00000080  62 79 20 20 20 20 20 20  20 20 20 20 20 20 83 2a  |by            .*|
00000090  0d 00 32 24 f4 22 83 2a  20 20 20 86 4b 65 6e 6e  |..2$.".*   .Kenn|
000000a0  65 74 68 20 53 74 65 70  68 65 6e 73 6f 6e 20 20  |eth Stephenson  |
000000b0  20 20 83 2a 0d 00 3c 24  f4 22 83 2a 20 20 20 20  |  .*..<$.".*    |
000000c0  20 85 31 39 20 81 43 75  6d 62 72 69 61 20 85 38  | .19 .Cumbria .8|
000000d0  34 20 20 20 20 20 83 2a  0d 00 46 24 f4 22 83 2a  |4     .*..F$.".*|
000000e0  20 20 20 20 20 20 86 55  70 64 61 74 65 64 20 31  |      .Updated 1|
000000f0  39 38 36 20 20 20 20 20  20 20 83 2a 0d 00 50 24  |986       .*..P$|
00000100  f4 22 81 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.".*************|
00000110  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000120  0d 00 5a 05 3a 0d 00 64  05 3a 0d 00 6e 05 3a 0d  |..Z.:..d.:..n.:.|
00000130  00 78 5d f4 22 82 4c 69  6e 65 20 33 37 30 20 6f  |.x].".Line 370 o|
00000140  66 20 70 72 6f 67 72 61  6d 86 4b 45 59 50 52 4e  |f program.KEYPRN|
00000150  54 20 20 20 20 20 82 64  65 6e 6f 74 65 73 20 4c  |T     .denotes L|
00000160  69 6e 65 20 73 70 61 63  69 6e 67 3b 20 61 6c 74  |ine spacing; alt|
00000170  65 72 20 74 6f 20 73 75  69 74 20 20 20 20 82 50  |er to suit    .P|
00000180  52 49 4e 54 45 52 20 74  79 70 65 21 0d 00 82 73  |RINTER type!...s|
00000190  f4 22 85 32 34 82 66 6f  72 20 45 70 73 6f 6e 20  |.".24.for Epson |
000001a0  52 58 2f 46 58 2c 20 20  20 20 20 20 20 20 20 20  |RX/FX,          |
000001b0  20 20 20 82 4d 69 63 72  6f 20 50 65 72 6f 70 68  |   .Micro Peroph|
000001c0  65 72 61 6c 73 20 4d 50  31 36 35 2c 4d 61 6e 6e  |erals MP165,Mann|
000001d0  65 73 6d 61 6e 20 20 20  20 20 20 82 54 61 6c 6c  |esman      .Tall|
000001e0  79 82 4d 54 38 30 2e 20  85 31 36 82 66 6f 72 20  |y.MT80. .16.for |
000001f0  45 70 73 6f 6e 20 4d 58  2c 20 53 74 61 72 2e 0d  |Epson MX, Star..|
00000200  00 8c 06 eb 37 0d 00 96  13 ef 32 33 3b 38 32 30  |....7.....23;820|
00000210  32 3b 30 3b 30 3b 30 3b  0d 00 a0 0a f2 74 69 74  |2;0;0;0;.....tit|
00000220  6c 65 0d 00 aa 0a 2a 44  49 52 20 24 0d 00 b4 0b  |le....*DIR $....|
00000230  d0 3d 26 31 33 30 30 0d  00 be 0e d7 22 4b 45 59  |.=&1300....."KEY|
00000240  50 52 4e 54 22 0d 00 c8  05 e0 0d 00 d2 0b dd f2  |PRNT"...........|
00000250  74 69 74 6c 65 0d 00 dc  0c e3 4c 3d 31 30 b8 31  |title.....L=10.1|
00000260  31 0d 00 e6 3e f1 8a 32  2c 4c 29 bd 31 34 31 bd  |1...>..2,L).141.|
00000270  31 33 32 bd 31 35 37 bd  31 33 35 22 20 46 75 6e  |132.157.135" Fun|
00000280  63 74 69 6f 6e 20 4b 65  79 5f 73 74 72 69 70 20  |ction Key_strip |
00000290  50 72 69 6e 74 65 72 20  20 20 22 bd 31 35 36 0d  |Printer   ".156.|
000002a0  00 f0 05 ed 0d 00 fa 11  f1 27 27 27 8a 31 38 29  |.........'''.18)|
000002b0  22 83 62 79 22 0d 01 04  19 f1 8a 31 33 29 22 82  |".by"......13)".|
000002c0  4b 2e 53 74 65 70 68 65  6e 73 6f 6e 2e 22 0d 01  |K.Stephenson."..|
000002d0  0e 10 f1 8a 31 37 29 22  86 31 39 38 34 22 0d 01  |....17)".1984"..|
000002e0  18 23 f1 27 27 27 27 27  8a 31 30 29 22 81 49 6e  |.#.'''''.10)".In|
000002f0  73 74 72 75 63 74 69 6f  6e 73 88 59 2f 4e 89 3f  |structions.Y/N.?|
00000300  22 0d 01 22 42 f5 3a 72  65 70 6c 79 24 3d be 3a  |".."B.:reply$=.:|
00000310  fd 20 72 65 70 6c 79 24  3d 22 59 22 20 84 20 72  |. reply$="Y" . r|
00000320  65 70 6c 79 24 3d 22 79  22 20 84 20 72 65 70 6c  |eply$="y" . repl|
00000330  79 24 3d 22 4e 22 20 84  20 72 65 70 6c 79 24 3d  |y$="N" . reply$=|
00000340  22 6e 22 0d 01 2c 1f e7  20 72 65 70 6c 79 24 3d  |"n"..,.. reply$=|
00000350  22 4e 22 20 84 20 72 65  70 6c 79 24 3d 22 6e 22  |"N" . reply$="n"|
00000360  20 e1 0d 01 36 2b e7 20  72 65 70 6c 79 24 3d 22  | ...6+. reply$="|
00000370  59 22 20 84 20 72 65 70  6c 79 24 3d 22 79 22 20  |Y" . reply$="y" |
00000380  f2 69 6e 73 74 72 75 63  74 69 6f 6e 73 0d 01 40  |.instructions..@|
00000390  05 e1 0d 01 4a 12 dd f2  69 6e 73 74 72 75 63 74  |....J...instruct|
000003a0  69 6f 6e 73 0d 01 54 05  db 0d 01 5e 8a f1 22 20  |ions..T....^.." |
000003b0  20 81 83 4b 65 79 70 72  69 6e 74 20 69 73 20 61  | ..Keyprint is a|
000003c0  6e 82 4f 6e 20 53 63 72  65 65 6e 83 65 64 69 74  |n.On Screen.edit|
000003d0  6f 72 22 27 22 83 61 6e  64 20 70 72 69 6e 74 65  |or"'".and printe|
000003e0  72 20 70 72 6f 67 72 61  6d 2c 20 77 68 69 63 68  |r program, which|
000003f0  20 73 69 6d 70 6c 69 66  69 65 73 22 27 22 83 74  | simplifies"'".t|
00000400  68 65 20 70 72 6f 63 65  73 73 20 6f 66 20 70 72  |he process of pr|
00000410  6f 64 75 63 69 6e 67 20  66 75 6e 63 74 69 6f 6e  |oducing function|
00000420  20 6b 65 79 22 27 22 83  6b 65 79 73 74 72 69 70  | key"'".keystrip|
00000430  73 2e 22 0d 01 68 e3 f1  27 22 20 20 20 86 54 68  |s."..h..'"   .Th|
00000440  65 20 70 72 6f 67 72 61  6d 20 61 73 73 75 6d 65  |e program assume|
00000450  73 20 61 20 73 74 61 6e  64 61 72 64 20 42 42 43  |s a standard BBC|
00000460  22 27 22 86 6d 6f 64 65  6c 20 42 20 6d 69 63 72  |"'".model B micr|
00000470  6f 20 77 69 74 68 20 41  63 6f 72 6e 20 44 46 53  |o with Acorn DFS|
00000480  2c 20 74 6f 67 65 74 68  65 72 22 27 22 86 77 69  |, together"'".wi|
00000490  74 68 20 61 6e 20 45 50  53 4f 4e 86 63 6f 6d 70  |th an EPSON.comp|
000004a0  61 74 69 62 6c 65 20 70  72 69 6e 74 65 72 2e 22  |atible printer."|
000004b0  27 22 86 28 50 72 69 6e  74 65 72 73 20 77 68 69  |'".(Printers whi|
000004c0  63 68 86 73 75 70 70 6f  72 74 20 63 6f 6e 64 65  |ch.support conde|
000004d0  6e 73 65 64 20 74 79 70  65 22 27 22 86 6d 61 79  |nsed type"'".may|
000004e0  20 61 6c 73 6f 20 77 6f  72 6b 86 62 79 20 61 6c  | also work.by al|
000004f0  74 65 72 61 74 69 6f 6e  20 6f 66 20 74 68 65 22  |teration of the"|
00000500  27 22 86 72 65 73 70 65  63 74 69 76 65 20 63 6f  |'".respective co|
00000510  64 65 73 2e 29 22 0d 01  72 74 f1 27 22 20 20 20  |des.)"..rt.'"   |
00000520  82 54 68 65 20 75 73 65  72 20 69 73 20 67 75 69  |.The user is gui|
00000530  64 65 64 20 74 68 72 6f  75 67 68 6f 75 74 2c 20  |ded throughout, |
00000540  62 79 22 27 22 82 66 6f  6c 6c 6f 77 69 6e 67 20  |by"'".following |
00000550  69 6e 73 74 72 75 63 74  69 6f 6e 73 20 63 6f 6e  |instructions con|
00000560  74 61 69 6e 65 64 22 27  22 82 77 69 74 68 69 6e  |tained"'".within|
00000570  82 74 68 65 20 6d 61 69  6e 20 61 6e 64 20 73 75  |.the main and su|
00000580  62 20 6d 65 6e 75 27 73  2e 22 0d 01 7c aa f1 27  |b menu's."..|..'|
00000590  22 20 20 20 83 54 6f 20  63 72 65 61 74 65 20 61  |"   .To create a|
000005a0  20 6e 65 77 20 6b 65 79  73 74 72 69 70 2c 86 4f  | new keystrip,.O|
000005b0  70 74 69 6f 6e 20 31 22  27 22 83 73 68 6f 75 6c  |ption 1"'".shoul|
000005c0  64 20 62 65 20 73 65 6c  65 63 74 65 64 20 66 72  |d be selected fr|
000005d0  6f 6d 20 74 68 65 20 6d  61 69 6e 20 6d 65 6e 75  |om the main menu|
000005e0  2e 22 27 22 83 54 68 69  73 20 77 69 6c 6c 20 63  |."'".This will c|
000005f0  61 75 73 65 20 74 68 65  20 70 72 6f 67 72 61 6d  |ause the program|
00000600  20 74 6f 20 64 69 73 70  6c 61 79 22 27 22 83 61  | to display"'".a|
00000610  20 63 68 6f 69 63 65 20  6f 66 20 33 20 64 69 66  | choice of 3 dif|
00000620  66 65 72 65 6e 74 20 66  6f 72 6d 61 74 73 20 66  |ferent formats f|
00000630  72 6f 6d 22 0d 01 86 4a  f1 22 83 77 68 69 63 68  |rom"...J.".which|
00000640  20 74 68 65 20 75 73 65  72 20 6d 61 79 20 73 65  | the user may se|
00000650  6c 65 63 74 20 74 68 65  20 64 65 73 69 72 65 64  |lect the desired|
00000660  22 27 22 83 6f 6e 65 83  62 79 20 70 72 65 73 73  |"'".one.by press|
00000670  69 6e 67 81 3c 52 45 54  55 52 4e 3e 2e 22 0d 01  |ing.<RETURN>."..|
00000680  90 0d f2 6e 65 78 74 70  61 67 65 0d 01 9a ae f1  |...nextpage.....|
00000690  22 20 20 20 83 55 73 69  6e 67 20 74 68 65 81 43  |"   .Using the.C|
000006a0  55 52 53 4f 52 83 6b 65  79 73 2c 20 61 20 70 6f  |URSOR.keys, a po|
000006b0  73 69 74 69 6f 6e 69 6e  67 83 63 75 72 73 6f 72  |sitioning.cursor|
000006c0  20 28 69 6e 69 74 69 61  6c 6c 79 83 64 69 73 70  | (initially.disp|
000006d0  6c 61 79 65 64 20 69 6e  20 74 68 65 20 74 6f 70  |layed in the top|
000006e0  22 27 22 83 6c 65 66 74  20 63 6f 72 6e 65 72 20  |"'".left corner |
000006f0  6f 66 20 74 68 65 83 73  63 72 65 65 6e 29 20 6d  |of the.screen) m|
00000700  61 79 20 62 65 22 27 22  83 6d 6f 76 65 64 20 74  |ay be"'".moved t|
00000710  6f 20 61 6e 79 83 73 74  61 72 74 83 6c 6f 63 61  |o any.start.loca|
00000720  74 69 6f 6e 20 77 69 74  68 69 6e 20 74 68 65 22  |tion within the"|
00000730  27 22 83 67 72 69 64 2e  22 0d 01 a4 a7 f1 27 22  |'".grid.".....'"|
00000740  20 20 20 82 50 72 65 73  73 20 74 68 65 81 43 4f  |   .Press the.CO|
00000750  50 59 82 6b 65 79 20 77  68 65 6e 20 74 68 65 20  |PY.key when the |
00000760  63 75 72 73 6f 72 22 27  22 82 69 73 20 61 74 20  |cursor"'".is at |
00000770  74 68 65 20 63 6f 72 72  65 63 74 20 70 6f 73 69  |the correct posi|
00000780  74 69 6f 6e 20 66 6f 72  20 74 65 78 74 22 27 22  |tion for text"'"|
00000790  82 65 6e 74 72 79 2e 20  41 20 6d 61 78 69 6d 75  |.entry. A maximu|
000007a0  6d 20 6f 66 86 31 32 82  63 68 61 72 61 63 74 65  |m of.12.characte|
000007b0  72 73 20 69 73 22 27 22  82 61 6c 6c 6f 77 65 64  |rs is"'".allowed|
000007c0  20 70 65 72 20 67 72 69  64 20 6c 6f 63 61 74 69  | per grid locati|
000007d0  6f 6e 2c 82 61 6e 64 20  74 65 78 74 20 6f 66 22  |on,.and text of"|
000007e0  0d 01 ae 4c f1 22 82 6c  65 73 73 20 74 68 61 6e  |...L.".less than|
000007f0  86 31 32 82 63 68 61 72  73 2e 20 6d 61 79 20 62  |.12.chars. may b|
00000800  65 20 74 65 72 6d 69 6e  61 74 65 64 22 27 22 82  |e terminated"'".|
00000810  6f 6e 20 70 72 65 73 73  69 6e 67 20 74 68 65 81  |on pressing the.|
00000820  52 45 54 55 52 4e 82 6b  65 79 2e 22 0d 01 b8 50  |RETURN.key."...P|
00000830  f1 22 20 20 20 82 54 65  78 74 20 6f 66 20 6c 65  |."   .Text of le|
00000840  73 73 20 74 68 61 6e 86  31 32 82 63 68 61 72 73  |ss than.12.chars|
00000850  2e 20 69 73 22 27 22 82  61 75 74 6f 6d 61 74 69  |. is"'".automati|
00000860  63 61 6c 6c 79 20 63 65  6e 74 72 65 64 20 74 6f  |cally centred to|
00000870  20 77 69 74 68 69 6e 86  6f 6e 65 22 0d 01 c2 52  | within.one"...R|
00000880  f1 22 82 63 68 61 72 2e  20 70 6f 73 69 74 69 6f  |.".char. positio|
00000890  6e 20 6f 6e 20 70 72 69  6e 74 6f 75 74 2c 20 69  |n on printout, i|
000008a0  6e 20 6f 72 64 65 72 22  27 22 82 74 6f 20 6f 62  |n order"'".to ob|
000008b0  74 61 69 6e 20 61 20 70  6c 65 61 73 69 6e 67 20  |tain a pleasing |
000008c0  66 69 6e 61 6c 20 72 65  73 75 6c 74 2e 22 0d 01  |final result."..|
000008d0  cc 63 f1 27 22 20 20 20  86 4f 6e 20 63 6f 6d 70  |.c.'"   .On comp|
000008e0  6c 65 74 69 6f 6e 20 6f  66 20 74 68 65 20 64 65  |letion of the de|
000008f0  73 69 72 65 64 20 6c 61  79 6f 75 74 20 86 74 68  |sired layout .th|
00000900  65 20 72 65 73 75 6c 74  20 6d 61 79 20 62 65 20  |e result may be |
00000910  73 61 76 65 64 20 74 6f  20 64 69 73 63 20 66 6f  |saved to disc fo|
00000920  72 22 27 22 86 66 75 74  75 72 65 20 75 73 65 21  |r"'".future use!|
00000930  22 0d 01 d6 0d f2 6e 65  78 74 70 61 67 65 0d 01  |".....nextpage..|
00000940  e0 ca f1 22 20 20 20 83  53 68 6f 75 6c 64 20 61  |..."   .Should a|
00000950  6e 20 65 72 72 6f 72 20  6f 63 63 75 72 20 77 68  |n error occur wh|
00000960  65 6e 20 65 6e 74 65 72  69 6e 67 22 27 22 83 74  |en entering"'".t|
00000970  65 78 74 2c 20 74 68 69  73 20 6d 61 79 20 62 65  |ext, this may be|
00000980  20 64 65 6c 65 74 65 64  20 61 73 20 6e 6f 72 6d  | deleted as norm|
00000990  61 6c 22 27 22 83 77 69  74 68 20 74 68 65 81 44  |al"'".with the.D|
000009a0  45 4c 45 54 45 83 6b 65  79 2c 20 77 68 69 6c 73  |ELETE.key, whils|
000009b0  74 20 6f 6e 20 74 68 65  22 27 22 83 63 75 72 72  |t on the"'".curr|
000009c0  65 6e 74 20 6c 69 6e 65  2e 20 48 6f 77 65 76 65  |ent line. Howeve|
000009d0  72 20 69 66 20 74 68 65  20 65 72 72 6f 72 20 69  |r if the error i|
000009e0  73 22 27 22 83 73 70 6f  74 74 65 64 20 61 74 20  |s"'".spotted at |
000009f0  61 20 6c 61 74 65 72 20  73 74 61 67 65 2c 20 63  |a later stage, c|
00000a00  61 72 72 79 20 6f 6e 22  0d 01 ea 78 f1 22 83 77  |arry on"...x.".w|
00000a10  69 74 68 20 74 68 65 20  72 65 73 74 20 6f 66 20  |ith the rest of |
00000a20  74 68 65 20 65 6e 74 72  69 65 73 20 61 6e 64 20  |the entries and |
00000a30  75 73 65 22 27 22 83 74  68 65 81 45 44 49 54 83  |use"'".the.EDIT.|
00000a40  6d 6f 64 65 20 74 6f 20  63 6f 72 72 65 63 74 20  |mode to correct |
00000a50  74 68 65 20 74 65 78 74  20 6f 6e 63 65 22 27 22  |the text once"'"|
00000a60  83 74 68 65 20 6d 61 69  6e 20 6d 65 6e 75 20 69  |.the main menu i|
00000a70  73 20 61 67 61 69 6e 20  69 6e 20 75 73 65 21 22  |s again in use!"|
00000a80  0d 01 f4 be f1 27 22 20  20 20 86 54 68 65 81 45  |.....'"   .The.E|
00000a90  44 49 54 86 6f 70 74 69  6f 6e 20 68 61 73 20 62  |DIT.option has b|
00000aa0  65 65 6e 20 73 70 65 63  69 61 6c 6c 79 20 20 86  |een specially  .|
00000ab0  70 72 6f 67 72 61 6d 6d  65 64 20 74 6f 20 61 6c  |programmed to al|
00000ac0  77 61 79 73 20 72 65 74  75 72 6e 20 74 6f 20 74  |ways return to t|
00000ad0  68 65 22 27 22 86 6d 61  69 6e 20 6d 65 6e 75 20  |he"'".main menu |
00000ae0  61 73 20 61 6e 20 61 64  64 69 74 69 6f 6e 61 6c  |as an additional|
00000af0  20 73 61 66 65 67 75 61  72 64 2c 22 27 22 86 73  | safeguard,"'".s|
00000b00  6f 20 74 68 61 74 20 61  20 64 65 6c 69 62 65 72  |o that a deliber|
00000b10  61 74 65 20 72 65 73 70  6f 6e 73 65 20 69 73 22  |ate response is"|
00000b20  27 22 86 72 65 71 75 69  72 65 64 20 74 6f 20 65  |'".required to e|
00000b30  64 69 74 20 61 6e 79 20  74 65 78 74 21 22 0d 01  |dit any text!"..|
00000b40  fe 79 20 f1 27 22 20 20  88 81 50 4c 45 41 53 45  |.y .'"  ..PLEASE|
00000b50  20 4e 4f 54 45 89 20 20  20 45 44 49 54 86 6d 6f  | NOTE.   EDIT.mo|
00000b60  64 65 20 63 6c 65 61 72  73 22 27 22 83 41 4c 4c  |de clears"'".ALL|
00000b70  86 63 68 61 72 61 63 74  65 72 73 86 77 69 74 68  |.characters.with|
00000b80  69 6e 20 74 68 61 74 20  6c 6f 63 61 74 69 6f 6e  |in that location|
00000b90  2c 22 27 22 86 72 65 61  64 79 20 66 6f 72 20 6e  |,"'".ready for n|
00000ba0  65 77 86 74 65 78 74 20  74 6f 20 62 65 20 65 6e  |ew.text to be en|
00000bb0  74 65 72 65 64 2e 22 0d  02 08 0d f2 6e 65 78 74  |tered.".....next|
00000bc0  70 61 67 65 0d 02 12 e7  f1 27 27 27 27 22 20 20  |page.....''''"  |
00000bd0  20 85 41 73 20 61 20 66  69 6e 61 6c 20 6e 6f 74  | .As a final not|
00000be0  65 2c 20 77 68 69 6c 73  74 20 65 6e 74 65 72 69  |e, whilst enteri|
00000bf0  6e 67 22 27 22 85 74 65  78 74 2c 20 69 66 20 74  |ng"'".text, if t|
00000c00  68 65 81 43 4f 50 59 85  6b 65 79 20 69 73 20 70  |he.COPY.key is p|
00000c10  72 65 73 73 65 64 20 61  74 22 27 22 85 61 20 6c  |ressed at"'".a l|
00000c20  6f 63 61 74 69 6f 6e 20  77 68 65 72 65 20 74 65  |ocation where te|
00000c30  78 74 20 69 73 20 61 6c  72 65 61 64 79 20 69 6e  |xt is already in|
00000c40  22 27 22 85 70 6c 61 63  65 2c 20 69 74 20 77 69  |"'".place, it wi|
00000c50  6c 6c 20 6e 6f 74 20 62  65 20 64 65 6c 65 74 65  |ll not be delete|
00000c60  64 2e 22 27 22 20 20 20  85 54 68 65 20 6f 70 74  |d."'"   .The opt|
00000c70  69 6f 6e 20 74 6f 20 63  6f 6e 74 69 6e 75 65 2c  |ion to continue,|
00000c80  20 6f 72 20 72 65 74 75  72 6e 22 27 22 85 74 6f  | or return"'".to|
00000c90  20 74 68 65 20 6d 61 69  6e 20 6d 65 6e 75 20 69  | the main menu i|
00000ca0  73 20 6f 66 66 65 72 65  64 2e 22 0d 02 1c 7a f1  |s offered."...z.|
00000cb0  27 22 20 20 20 82 41 20  73 69 6d 69 6c 61 72 20  |'"   .A similar |
00000cc0  65 66 66 65 63 74 20 69  73 20 6f 62 74 61 69 6e  |effect is obtain|
00000cd0  65 64 20 62 79 22 27 22  82 70 72 65 73 73 69 6e  |ed by"'".pressin|
00000ce0  67 81 43 4f 50 59 82 66  6f 6c 6c 6f 77 65 64 20  |g.COPY.followed |
00000cf0  62 79 81 52 45 54 55 52  4e 82 61 74 22 27 22 82  |by.RETURN.at"'".|
00000d00  61 20 6c 6f 63 61 74 69  6f 6e 20 77 68 65 72 65  |a location where|
00000d10  20 6e 6f 20 74 65 78 74  20 69 73 20 70 72 65 73  | no text is pres|
00000d20  65 6e 74 21 22 0d 02 26  94 f1 27 22 20 20 20 86  |ent!"..&..'"   .|
00000d30  54 68 65 20 61 62 6f 76  65 20 6f 70 74 69 6f 6e  |The above option|
00000d40  73 20 61 6c 6c 6f 77 20  74 68 65 20 75 73 65 72  |s allow the user|
00000d50  20 74 6f 22 27 22 86 62  72 65 61 6b 5f 6f 75 74  | to"'".break_out|
00000d60  20 66 72 6f 6d 20 74 68  65 20 63 72 65 61 74 69  | from the creati|
00000d70  76 65 20 70 61 72 74 20  6f 66 22 27 22 86 74 68  |ve part of"'".th|
00000d80  65 20 70 72 6f 63 65 73  73 2c 20 69 6e 20 6f 72  |e process, in or|
00000d90  64 65 72 20 74 6f 20 73  61 76 65 20 6f 72 22 27  |der to save or"'|
00000da0  22 86 70 72 69 6e 74 6f  75 74 20 74 68 65 20 6b  |".printout the k|
00000db0  65 79 73 74 72 69 70 2e  22 0d 02 30 0d f2 6e 65  |eystrip."..0..ne|
00000dc0  78 74 70 61 67 65 0d 02  3a 05 e1 0d 02 44 0e dd  |xtpage..:....D..|
00000dd0  f2 6e 65 78 74 70 61 67  65 0d 02 4e 28 f1 27 22  |.nextpage..N(.'"|
00000de0  20 20 20 20 20 20 20 50  52 45 53 53 20 41 4e 59  |       PRESS ANY|
00000df0  20 4b 45 59 20 54 4f 20  43 4f 4e 54 49 4e 55 45  | KEY TO CONTINUE|
00000e00  22 0d 02 58 07 77 3d a5  0d 02 62 05 db 0d 02 6c  |"..X.w=...b....l|
00000e10  05 e1 0d ff                                       |....|
00000e14
11_12_87/K_PRINT.m0
11_12_87/K_PRINT.m1
11_12_87/K_PRINT.m2
11_12_87/K_PRINT.m4
11_12_87/K_PRINT.m5