Home » Archimedes archive » Archimedes World » AW-1994-08-Disc1.adf » Disk1Aug94 » !AWAug94/Goodies/Locate/OverWrite/!OverWrite/!Help

!AWAug94/Goodies/Locate/OverWrite/!OverWrite/!Help

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1994-08-Disc1.adf » Disk1Aug94
Filename: !AWAug94/Goodies/Locate/OverWrite/!OverWrite/!Help
Read OK:
File size: 11B7 bytes
Load address: 0000
Exec address: 0000
File contents
                        HELP on OVERWRITE Version 1.01
                        ==============================

  OverWrite is a utility which makes entering repetitive blocks of text much
easier. By entering the required text once into a slot ("macro") within
OverWrite, it can be processed - just as if it had been typed in at the
keyboard - with the click of a button, irrespective of which software package
is being used.
  For example, an address which previously had to be typed in at the head of
every letter could be entered into a macro, and then quickly and easily
placed at the top, with a single mouse click, as many times as required.
  OverWrite also allows you to simulate key presses, eg. Return and function
keys, so that different functions can be carried out. For example, F3 could
be entered, which is the 'save' hotkey in most applications, along with a
filename, and finally Return. Then, whenever the macro was processed, the
file would be saved under the filename entered.
  The accompanying demonstration file, 'egMacros', gives examples of these
and other suggested uses for OverWrite. Load the file, and then view the
definitions as well as processing the macros, to gain an insight into how
OverWrite works.
  Interactive help (!Help) is fully supported, and it is suggested that you
use this for on-line instructions, as you use the application.


Loading
-------

  Run the '!OverWrite' application in the usual manner. When the program has
loaded and is ready for use, its icon will appear on the icon bar.


Entering/Editing the Macro Definitions
--------------------------------------

  Click ADJUST on the OverWrite icon on the icon bar, or select 'Edit' from
the 'Macros' menu from the main window. A window will appear with spaces for
40 macros to be entered.

 Entering Text into Macros
 -------------------------

   Simply type the required text into one of the 40 boxes shown. Where a
 carriage return is required, enter the text "|013", or switch the
 'Enter Keys' option on, and press Return.
   See 'egMacros' macros 1 and 2 as examples.

 Entering Keys into Macros
 -------------------------

   Switch the 'Enter Keys' option on, and press the required keys. A "|"
 character and a three figure reference number for the key pressed will be
 inserted into the text.
   See 'egMacros' macro 3 as an example.
   Some keys which cannot be entered in this manner, for technical reasons,
 and which must be entered manually, eg. "|021", are:

 |008 Delete
 |021 Ctrl-U (Delete all text at the box "owning" the caret)
 |395 Copy
 |396 Cursor left
 |397 Cursor right

 Linking Macros
 --------------

   It is possible to link macros together, effectively giving an instruction
 to "jump" to another in the course of a macro. Then, when the specified
 macro has finished being processed, the one issuing the "jump" instruction
 will carry on from where it left off! The second macro can be linked to a
 third and so on, and thus although each can only contain 254 characters, it
 is possible to create a much larger macro by linking several together in
 this manner. See 'egMacros' macro 6 as an example.
   Avoid causing "loops" in the macro links, ie. "jumping" to a macro which
 will then issue an instruction to jump back to (the start of) the original
 macro. See 'egMacros' macros 4 and 5 as an example of a "loop".

  When you have finished entering or editing the macros, click on 'Update'.
If you wish to cancel the changes you have made, click on 'Cancel'.


Processing the Macros
---------------------

  Click SELECT on the OverWrite icon on the icon bar to open a window strip
with 40 buttons - one for each macro. To "process" a macro (enter the text at
the caret, or simulate the key presses previously entered), simply click on
the button corresponding to that which you wish to process. On each button,
the corresponding number and the first five characters of the definition are
displayed, as a reminder of what the macro does.
  Clicking MENU within the main OverWrite window will display a 'Macros' menu
with options for saving and editing the macros, and halting the processing of
a macro. Use this 'Halt' option to stop the processing if you discover you
have caused a "loop" in the macro links.


Saving the Macros
-----------------

  Use the 'Save' option available from the 'Macros' menu from the main window
to display a standard save dialogue box.
  Reload the macros into OverWrite by running the file, or by dragging it to
the OverWrite icon, or any OverWrite window.
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  48 45 4c 50 20 6f 6e 20  |        HELP on |
00000020  4f 56 45 52 57 52 49 54  45 20 56 65 72 73 69 6f  |OVERWRITE Versio|
00000030  6e 20 31 2e 30 31 0a 20  20 20 20 20 20 20 20 20  |n 1.01.         |
00000040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 3d  |               =|
00000050  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000060  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 0a 0a 20  |=============.. |
00000070  20 4f 76 65 72 57 72 69  74 65 20 69 73 20 61 20  | OverWrite is a |
00000080  75 74 69 6c 69 74 79 20  77 68 69 63 68 20 6d 61  |utility which ma|
00000090  6b 65 73 20 65 6e 74 65  72 69 6e 67 20 72 65 70  |kes entering rep|
000000a0  65 74 69 74 69 76 65 20  62 6c 6f 63 6b 73 20 6f  |etitive blocks o|
000000b0  66 20 74 65 78 74 20 6d  75 63 68 0a 65 61 73 69  |f text much.easi|
000000c0  65 72 2e 20 42 79 20 65  6e 74 65 72 69 6e 67 20  |er. By entering |
000000d0  74 68 65 20 72 65 71 75  69 72 65 64 20 74 65 78  |the required tex|
000000e0  74 20 6f 6e 63 65 20 69  6e 74 6f 20 61 20 73 6c  |t once into a sl|
000000f0  6f 74 20 28 22 6d 61 63  72 6f 22 29 20 77 69 74  |ot ("macro") wit|
00000100  68 69 6e 0a 4f 76 65 72  57 72 69 74 65 2c 20 69  |hin.OverWrite, i|
00000110  74 20 63 61 6e 20 62 65  20 70 72 6f 63 65 73 73  |t can be process|
00000120  65 64 20 2d 20 6a 75 73  74 20 61 73 20 69 66 20  |ed - just as if |
00000130  69 74 20 68 61 64 20 62  65 65 6e 20 74 79 70 65  |it had been type|
00000140  64 20 69 6e 20 61 74 20  74 68 65 0a 6b 65 79 62  |d in at the.keyb|
00000150  6f 61 72 64 20 2d 20 77  69 74 68 20 74 68 65 20  |oard - with the |
00000160  63 6c 69 63 6b 20 6f 66  20 61 20 62 75 74 74 6f  |click of a butto|
00000170  6e 2c 20 69 72 72 65 73  70 65 63 74 69 76 65 20  |n, irrespective |
00000180  6f 66 20 77 68 69 63 68  20 73 6f 66 74 77 61 72  |of which softwar|
00000190  65 20 70 61 63 6b 61 67  65 0a 69 73 20 62 65 69  |e package.is bei|
000001a0  6e 67 20 75 73 65 64 2e  0a 20 20 46 6f 72 20 65  |ng used..  For e|
000001b0  78 61 6d 70 6c 65 2c 20  61 6e 20 61 64 64 72 65  |xample, an addre|
000001c0  73 73 20 77 68 69 63 68  20 70 72 65 76 69 6f 75  |ss which previou|
000001d0  73 6c 79 20 68 61 64 20  74 6f 20 62 65 20 74 79  |sly had to be ty|
000001e0  70 65 64 20 69 6e 20 61  74 20 74 68 65 20 68 65  |ped in at the he|
000001f0  61 64 20 6f 66 0a 65 76  65 72 79 20 6c 65 74 74  |ad of.every lett|
00000200  65 72 20 63 6f 75 6c 64  20 62 65 20 65 6e 74 65  |er could be ente|
00000210  72 65 64 20 69 6e 74 6f  20 61 20 6d 61 63 72 6f  |red into a macro|
00000220  2c 20 61 6e 64 20 74 68  65 6e 20 71 75 69 63 6b  |, and then quick|
00000230  6c 79 20 61 6e 64 20 65  61 73 69 6c 79 0a 70 6c  |ly and easily.pl|
00000240  61 63 65 64 20 61 74 20  74 68 65 20 74 6f 70 2c  |aced at the top,|
00000250  20 77 69 74 68 20 61 20  73 69 6e 67 6c 65 20 6d  | with a single m|
00000260  6f 75 73 65 20 63 6c 69  63 6b 2c 20 61 73 20 6d  |ouse click, as m|
00000270  61 6e 79 20 74 69 6d 65  73 20 61 73 20 72 65 71  |any times as req|
00000280  75 69 72 65 64 2e 0a 20  20 4f 76 65 72 57 72 69  |uired..  OverWri|
00000290  74 65 20 61 6c 73 6f 20  61 6c 6c 6f 77 73 20 79  |te also allows y|
000002a0  6f 75 20 74 6f 20 73 69  6d 75 6c 61 74 65 20 6b  |ou to simulate k|
000002b0  65 79 20 70 72 65 73 73  65 73 2c 20 65 67 2e 20  |ey presses, eg. |
000002c0  52 65 74 75 72 6e 20 61  6e 64 20 66 75 6e 63 74  |Return and funct|
000002d0  69 6f 6e 0a 6b 65 79 73  2c 20 73 6f 20 74 68 61  |ion.keys, so tha|
000002e0  74 20 64 69 66 66 65 72  65 6e 74 20 66 75 6e 63  |t different func|
000002f0  74 69 6f 6e 73 20 63 61  6e 20 62 65 20 63 61 72  |tions can be car|
00000300  72 69 65 64 20 6f 75 74  2e 20 46 6f 72 20 65 78  |ried out. For ex|
00000310  61 6d 70 6c 65 2c 20 46  33 20 63 6f 75 6c 64 0a  |ample, F3 could.|
00000320  62 65 20 65 6e 74 65 72  65 64 2c 20 77 68 69 63  |be entered, whic|
00000330  68 20 69 73 20 74 68 65  20 27 73 61 76 65 27 20  |h is the 'save' |
00000340  68 6f 74 6b 65 79 20 69  6e 20 6d 6f 73 74 20 61  |hotkey in most a|
00000350  70 70 6c 69 63 61 74 69  6f 6e 73 2c 20 61 6c 6f  |pplications, alo|
00000360  6e 67 20 77 69 74 68 20  61 0a 66 69 6c 65 6e 61  |ng with a.filena|
00000370  6d 65 2c 20 61 6e 64 20  66 69 6e 61 6c 6c 79 20  |me, and finally |
00000380  52 65 74 75 72 6e 2e 20  54 68 65 6e 2c 20 77 68  |Return. Then, wh|
00000390  65 6e 65 76 65 72 20 74  68 65 20 6d 61 63 72 6f  |enever the macro|
000003a0  20 77 61 73 20 70 72 6f  63 65 73 73 65 64 2c 20  | was processed, |
000003b0  74 68 65 0a 66 69 6c 65  20 77 6f 75 6c 64 20 62  |the.file would b|
000003c0  65 20 73 61 76 65 64 20  75 6e 64 65 72 20 74 68  |e saved under th|
000003d0  65 20 66 69 6c 65 6e 61  6d 65 20 65 6e 74 65 72  |e filename enter|
000003e0  65 64 2e 0a 20 20 54 68  65 20 61 63 63 6f 6d 70  |ed..  The accomp|
000003f0  61 6e 79 69 6e 67 20 64  65 6d 6f 6e 73 74 72 61  |anying demonstra|
00000400  74 69 6f 6e 20 66 69 6c  65 2c 20 27 65 67 4d 61  |tion file, 'egMa|
00000410  63 72 6f 73 27 2c 20 67  69 76 65 73 20 65 78 61  |cros', gives exa|
00000420  6d 70 6c 65 73 20 6f 66  20 74 68 65 73 65 0a 61  |mples of these.a|
00000430  6e 64 20 6f 74 68 65 72  20 73 75 67 67 65 73 74  |nd other suggest|
00000440  65 64 20 75 73 65 73 20  66 6f 72 20 4f 76 65 72  |ed uses for Over|
00000450  57 72 69 74 65 2e 20 4c  6f 61 64 20 74 68 65 20  |Write. Load the |
00000460  66 69 6c 65 2c 20 61 6e  64 20 74 68 65 6e 20 76  |file, and then v|
00000470  69 65 77 20 74 68 65 0a  64 65 66 69 6e 69 74 69  |iew the.definiti|
00000480  6f 6e 73 20 61 73 20 77  65 6c 6c 20 61 73 20 70  |ons as well as p|
00000490  72 6f 63 65 73 73 69 6e  67 20 74 68 65 20 6d 61  |rocessing the ma|
000004a0  63 72 6f 73 2c 20 74 6f  20 67 61 69 6e 20 61 6e  |cros, to gain an|
000004b0  20 69 6e 73 69 67 68 74  20 69 6e 74 6f 20 68 6f  | insight into ho|
000004c0  77 0a 4f 76 65 72 57 72  69 74 65 20 77 6f 72 6b  |w.OverWrite work|
000004d0  73 2e 0a 20 20 49 6e 74  65 72 61 63 74 69 76 65  |s..  Interactive|
000004e0  20 68 65 6c 70 20 28 21  48 65 6c 70 29 20 69 73  | help (!Help) is|
000004f0  20 66 75 6c 6c 79 20 73  75 70 70 6f 72 74 65 64  | fully supported|
00000500  2c 20 61 6e 64 20 69 74  20 69 73 20 73 75 67 67  |, and it is sugg|
00000510  65 73 74 65 64 20 74 68  61 74 20 79 6f 75 0a 75  |ested that you.u|
00000520  73 65 20 74 68 69 73 20  66 6f 72 20 6f 6e 2d 6c  |se this for on-l|
00000530  69 6e 65 20 69 6e 73 74  72 75 63 74 69 6f 6e 73  |ine instructions|
00000540  2c 20 61 73 20 79 6f 75  20 75 73 65 20 74 68 65  |, as you use the|
00000550  20 61 70 70 6c 69 63 61  74 69 6f 6e 2e 0a 0a 0a  | application....|
00000560  4c 6f 61 64 69 6e 67 0a  2d 2d 2d 2d 2d 2d 2d 0a  |Loading.-------.|
00000570  0a 20 20 52 75 6e 20 74  68 65 20 27 21 4f 76 65  |.  Run the '!Ove|
00000580  72 57 72 69 74 65 27 20  61 70 70 6c 69 63 61 74  |rWrite' applicat|
00000590  69 6f 6e 20 69 6e 20 74  68 65 20 75 73 75 61 6c  |ion in the usual|
000005a0  20 6d 61 6e 6e 65 72 2e  20 57 68 65 6e 20 74 68  | manner. When th|
000005b0  65 20 70 72 6f 67 72 61  6d 20 68 61 73 0a 6c 6f  |e program has.lo|
000005c0  61 64 65 64 20 61 6e 64  20 69 73 20 72 65 61 64  |aded and is read|
000005d0  79 20 66 6f 72 20 75 73  65 2c 20 69 74 73 20 69  |y for use, its i|
000005e0  63 6f 6e 20 77 69 6c 6c  20 61 70 70 65 61 72 20  |con will appear |
000005f0  6f 6e 20 74 68 65 20 69  63 6f 6e 20 62 61 72 2e  |on the icon bar.|
00000600  0a 0a 0a 45 6e 74 65 72  69 6e 67 2f 45 64 69 74  |...Entering/Edit|
00000610  69 6e 67 20 74 68 65 20  4d 61 63 72 6f 20 44 65  |ing the Macro De|
00000620  66 69 6e 69 74 69 6f 6e  73 0a 2d 2d 2d 2d 2d 2d  |finitions.------|
00000630  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000650  0a 0a 20 20 43 6c 69 63  6b 20 41 44 4a 55 53 54  |..  Click ADJUST|
00000660  20 6f 6e 20 74 68 65 20  4f 76 65 72 57 72 69 74  | on the OverWrit|
00000670  65 20 69 63 6f 6e 20 6f  6e 20 74 68 65 20 69 63  |e icon on the ic|
00000680  6f 6e 20 62 61 72 2c 20  6f 72 20 73 65 6c 65 63  |on bar, or selec|
00000690  74 20 27 45 64 69 74 27  20 66 72 6f 6d 0a 74 68  |t 'Edit' from.th|
000006a0  65 20 27 4d 61 63 72 6f  73 27 20 6d 65 6e 75 20  |e 'Macros' menu |
000006b0  66 72 6f 6d 20 74 68 65  20 6d 61 69 6e 20 77 69  |from the main wi|
000006c0  6e 64 6f 77 2e 20 41 20  77 69 6e 64 6f 77 20 77  |ndow. A window w|
000006d0  69 6c 6c 20 61 70 70 65  61 72 20 77 69 74 68 20  |ill appear with |
000006e0  73 70 61 63 65 73 20 66  6f 72 0a 34 30 20 6d 61  |spaces for.40 ma|
000006f0  63 72 6f 73 20 74 6f 20  62 65 20 65 6e 74 65 72  |cros to be enter|
00000700  65 64 2e 0a 0a 20 45 6e  74 65 72 69 6e 67 20 54  |ed... Entering T|
00000710  65 78 74 20 69 6e 74 6f  20 4d 61 63 72 6f 73 0a  |ext into Macros.|
00000720  20 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  | ---------------|
00000730  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 0a 20 20 20 53  |----------..   S|
00000740  69 6d 70 6c 79 20 74 79  70 65 20 74 68 65 20 72  |imply type the r|
00000750  65 71 75 69 72 65 64 20  74 65 78 74 20 69 6e 74  |equired text int|
00000760  6f 20 6f 6e 65 20 6f 66  20 74 68 65 20 34 30 20  |o one of the 40 |
00000770  62 6f 78 65 73 20 73 68  6f 77 6e 2e 20 57 68 65  |boxes shown. Whe|
00000780  72 65 20 61 0a 20 63 61  72 72 69 61 67 65 20 72  |re a. carriage r|
00000790  65 74 75 72 6e 20 69 73  20 72 65 71 75 69 72 65  |eturn is require|
000007a0  64 2c 20 65 6e 74 65 72  20 74 68 65 20 74 65 78  |d, enter the tex|
000007b0  74 20 22 7c 30 31 33 22  2c 20 6f 72 20 73 77 69  |t "|013", or swi|
000007c0  74 63 68 20 74 68 65 0a  20 27 45 6e 74 65 72 20  |tch the. 'Enter |
000007d0  4b 65 79 73 27 20 6f 70  74 69 6f 6e 20 6f 6e 2c  |Keys' option on,|
000007e0  20 61 6e 64 20 70 72 65  73 73 20 52 65 74 75 72  | and press Retur|
000007f0  6e 2e 0a 20 20 20 53 65  65 20 27 65 67 4d 61 63  |n..   See 'egMac|
00000800  72 6f 73 27 20 6d 61 63  72 6f 73 20 31 20 61 6e  |ros' macros 1 an|
00000810  64 20 32 20 61 73 20 65  78 61 6d 70 6c 65 73 2e  |d 2 as examples.|
00000820  0a 0a 20 45 6e 74 65 72  69 6e 67 20 4b 65 79 73  |.. Entering Keys|
00000830  20 69 6e 74 6f 20 4d 61  63 72 6f 73 0a 20 2d 2d  | into Macros. --|
00000840  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000850  2d 2d 2d 2d 2d 2d 2d 0a  0a 20 20 20 53 77 69 74  |-------..   Swit|
00000860  63 68 20 74 68 65 20 27  45 6e 74 65 72 20 4b 65  |ch the 'Enter Ke|
00000870  79 73 27 20 6f 70 74 69  6f 6e 20 6f 6e 2c 20 61  |ys' option on, a|
00000880  6e 64 20 70 72 65 73 73  20 74 68 65 20 72 65 71  |nd press the req|
00000890  75 69 72 65 64 20 6b 65  79 73 2e 20 41 20 22 7c  |uired keys. A "||
000008a0  22 0a 20 63 68 61 72 61  63 74 65 72 20 61 6e 64  |". character and|
000008b0  20 61 20 74 68 72 65 65  20 66 69 67 75 72 65 20  | a three figure |
000008c0  72 65 66 65 72 65 6e 63  65 20 6e 75 6d 62 65 72  |reference number|
000008d0  20 66 6f 72 20 74 68 65  20 6b 65 79 20 70 72 65  | for the key pre|
000008e0  73 73 65 64 20 77 69 6c  6c 20 62 65 0a 20 69 6e  |ssed will be. in|
000008f0  73 65 72 74 65 64 20 69  6e 74 6f 20 74 68 65 20  |serted into the |
00000900  74 65 78 74 2e 0a 20 20  20 53 65 65 20 27 65 67  |text..   See 'eg|
00000910  4d 61 63 72 6f 73 27 20  6d 61 63 72 6f 20 33 20  |Macros' macro 3 |
00000920  61 73 20 61 6e 20 65 78  61 6d 70 6c 65 2e 0a 20  |as an example.. |
00000930  20 20 53 6f 6d 65 20 6b  65 79 73 20 77 68 69 63  |  Some keys whic|
00000940  68 20 63 61 6e 6e 6f 74  20 62 65 20 65 6e 74 65  |h cannot be ente|
00000950  72 65 64 20 69 6e 20 74  68 69 73 20 6d 61 6e 6e  |red in this mann|
00000960  65 72 2c 20 66 6f 72 20  74 65 63 68 6e 69 63 61  |er, for technica|
00000970  6c 20 72 65 61 73 6f 6e  73 2c 0a 20 61 6e 64 20  |l reasons,. and |
00000980  77 68 69 63 68 20 6d 75  73 74 20 62 65 20 65 6e  |which must be en|
00000990  74 65 72 65 64 20 6d 61  6e 75 61 6c 6c 79 2c 20  |tered manually, |
000009a0  65 67 2e 20 22 7c 30 32  31 22 2c 20 61 72 65 3a  |eg. "|021", are:|
000009b0  0a 0a 20 7c 30 30 38 20  44 65 6c 65 74 65 0a 20  |.. |008 Delete. |
000009c0  7c 30 32 31 20 43 74 72  6c 2d 55 20 28 44 65 6c  ||021 Ctrl-U (Del|
000009d0  65 74 65 20 61 6c 6c 20  74 65 78 74 20 61 74 20  |ete all text at |
000009e0  74 68 65 20 62 6f 78 20  22 6f 77 6e 69 6e 67 22  |the box "owning"|
000009f0  20 74 68 65 20 63 61 72  65 74 29 0a 20 7c 33 39  | the caret). |39|
00000a00  35 20 43 6f 70 79 0a 20  7c 33 39 36 20 43 75 72  |5 Copy. |396 Cur|
00000a10  73 6f 72 20 6c 65 66 74  0a 20 7c 33 39 37 20 43  |sor left. |397 C|
00000a20  75 72 73 6f 72 20 72 69  67 68 74 0a 0a 20 4c 69  |ursor right.. Li|
00000a30  6e 6b 69 6e 67 20 4d 61  63 72 6f 73 0a 20 2d 2d  |nking Macros. --|
00000a40  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 0a 20 20  |------------..  |
00000a50  20 49 74 20 69 73 20 70  6f 73 73 69 62 6c 65 20  | It is possible |
00000a60  74 6f 20 6c 69 6e 6b 20  6d 61 63 72 6f 73 20 74  |to link macros t|
00000a70  6f 67 65 74 68 65 72 2c  20 65 66 66 65 63 74 69  |ogether, effecti|
00000a80  76 65 6c 79 20 67 69 76  69 6e 67 20 61 6e 20 69  |vely giving an i|
00000a90  6e 73 74 72 75 63 74 69  6f 6e 0a 20 74 6f 20 22  |nstruction. to "|
00000aa0  6a 75 6d 70 22 20 74 6f  20 61 6e 6f 74 68 65 72  |jump" to another|
00000ab0  20 69 6e 20 74 68 65 20  63 6f 75 72 73 65 20 6f  | in the course o|
00000ac0  66 20 61 20 6d 61 63 72  6f 2e 20 54 68 65 6e 2c  |f a macro. Then,|
00000ad0  20 77 68 65 6e 20 74 68  65 20 73 70 65 63 69 66  | when the specif|
00000ae0  69 65 64 0a 20 6d 61 63  72 6f 20 68 61 73 20 66  |ied. macro has f|
00000af0  69 6e 69 73 68 65 64 20  62 65 69 6e 67 20 70 72  |inished being pr|
00000b00  6f 63 65 73 73 65 64 2c  20 74 68 65 20 6f 6e 65  |ocessed, the one|
00000b10  20 69 73 73 75 69 6e 67  20 74 68 65 20 22 6a 75  | issuing the "ju|
00000b20  6d 70 22 20 69 6e 73 74  72 75 63 74 69 6f 6e 0a  |mp" instruction.|
00000b30  20 77 69 6c 6c 20 63 61  72 72 79 20 6f 6e 20 66  | will carry on f|
00000b40  72 6f 6d 20 77 68 65 72  65 20 69 74 20 6c 65 66  |rom where it lef|
00000b50  74 20 6f 66 66 21 20 54  68 65 20 73 65 63 6f 6e  |t off! The secon|
00000b60  64 20 6d 61 63 72 6f 20  63 61 6e 20 62 65 20 6c  |d macro can be l|
00000b70  69 6e 6b 65 64 20 74 6f  20 61 0a 20 74 68 69 72  |inked to a. thir|
00000b80  64 20 61 6e 64 20 73 6f  20 6f 6e 2c 20 61 6e 64  |d and so on, and|
00000b90  20 74 68 75 73 20 61 6c  74 68 6f 75 67 68 20 65  | thus although e|
00000ba0  61 63 68 20 63 61 6e 20  6f 6e 6c 79 20 63 6f 6e  |ach can only con|
00000bb0  74 61 69 6e 20 32 35 34  20 63 68 61 72 61 63 74  |tain 254 charact|
00000bc0  65 72 73 2c 20 69 74 0a  20 69 73 20 70 6f 73 73  |ers, it. is poss|
00000bd0  69 62 6c 65 20 74 6f 20  63 72 65 61 74 65 20 61  |ible to create a|
00000be0  20 6d 75 63 68 20 6c 61  72 67 65 72 20 6d 61 63  | much larger mac|
00000bf0  72 6f 20 62 79 20 6c 69  6e 6b 69 6e 67 20 73 65  |ro by linking se|
00000c00  76 65 72 61 6c 20 74 6f  67 65 74 68 65 72 20 69  |veral together i|
00000c10  6e 0a 20 74 68 69 73 20  6d 61 6e 6e 65 72 2e 20  |n. this manner. |
00000c20  53 65 65 20 27 65 67 4d  61 63 72 6f 73 27 20 6d  |See 'egMacros' m|
00000c30  61 63 72 6f 20 36 20 61  73 20 61 6e 20 65 78 61  |acro 6 as an exa|
00000c40  6d 70 6c 65 2e 0a 20 20  20 41 76 6f 69 64 20 63  |mple..   Avoid c|
00000c50  61 75 73 69 6e 67 20 22  6c 6f 6f 70 73 22 20 69  |ausing "loops" i|
00000c60  6e 20 74 68 65 20 6d 61  63 72 6f 20 6c 69 6e 6b  |n the macro link|
00000c70  73 2c 20 69 65 2e 20 22  6a 75 6d 70 69 6e 67 22  |s, ie. "jumping"|
00000c80  20 74 6f 20 61 20 6d 61  63 72 6f 20 77 68 69 63  | to a macro whic|
00000c90  68 0a 20 77 69 6c 6c 20  74 68 65 6e 20 69 73 73  |h. will then iss|
00000ca0  75 65 20 61 6e 20 69 6e  73 74 72 75 63 74 69 6f  |ue an instructio|
00000cb0  6e 20 74 6f 20 6a 75 6d  70 20 62 61 63 6b 20 74  |n to jump back t|
00000cc0  6f 20 28 74 68 65 20 73  74 61 72 74 20 6f 66 29  |o (the start of)|
00000cd0  20 74 68 65 20 6f 72 69  67 69 6e 61 6c 0a 20 6d  | the original. m|
00000ce0  61 63 72 6f 2e 20 53 65  65 20 27 65 67 4d 61 63  |acro. See 'egMac|
00000cf0  72 6f 73 27 20 6d 61 63  72 6f 73 20 34 20 61 6e  |ros' macros 4 an|
00000d00  64 20 35 20 61 73 20 61  6e 20 65 78 61 6d 70 6c  |d 5 as an exampl|
00000d10  65 20 6f 66 20 61 20 22  6c 6f 6f 70 22 2e 0a 0a  |e of a "loop"...|
00000d20  20 20 57 68 65 6e 20 79  6f 75 20 68 61 76 65 20  |  When you have |
00000d30  66 69 6e 69 73 68 65 64  20 65 6e 74 65 72 69 6e  |finished enterin|
00000d40  67 20 6f 72 20 65 64 69  74 69 6e 67 20 74 68 65  |g or editing the|
00000d50  20 6d 61 63 72 6f 73 2c  20 63 6c 69 63 6b 20 6f  | macros, click o|
00000d60  6e 20 27 55 70 64 61 74  65 27 2e 0a 49 66 20 79  |n 'Update'..If y|
00000d70  6f 75 20 77 69 73 68 20  74 6f 20 63 61 6e 63 65  |ou wish to cance|
00000d80  6c 20 74 68 65 20 63 68  61 6e 67 65 73 20 79 6f  |l the changes yo|
00000d90  75 20 68 61 76 65 20 6d  61 64 65 2c 20 63 6c 69  |u have made, cli|
00000da0  63 6b 20 6f 6e 20 27 43  61 6e 63 65 6c 27 2e 0a  |ck on 'Cancel'..|
00000db0  0a 0a 50 72 6f 63 65 73  73 69 6e 67 20 74 68 65  |..Processing the|
00000dc0  20 4d 61 63 72 6f 73 0a  2d 2d 2d 2d 2d 2d 2d 2d  | Macros.--------|
00000dd0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0a 0a 20  |-------------.. |
00000de0  20 43 6c 69 63 6b 20 53  45 4c 45 43 54 20 6f 6e  | Click SELECT on|
00000df0  20 74 68 65 20 4f 76 65  72 57 72 69 74 65 20 69  | the OverWrite i|
00000e00  63 6f 6e 20 6f 6e 20 74  68 65 20 69 63 6f 6e 20  |con on the icon |
00000e10  62 61 72 20 74 6f 20 6f  70 65 6e 20 61 20 77 69  |bar to open a wi|
00000e20  6e 64 6f 77 20 73 74 72  69 70 0a 77 69 74 68 20  |ndow strip.with |
00000e30  34 30 20 62 75 74 74 6f  6e 73 20 2d 20 6f 6e 65  |40 buttons - one|
00000e40  20 66 6f 72 20 65 61 63  68 20 6d 61 63 72 6f 2e  | for each macro.|
00000e50  20 54 6f 20 22 70 72 6f  63 65 73 73 22 20 61 20  | To "process" a |
00000e60  6d 61 63 72 6f 20 28 65  6e 74 65 72 20 74 68 65  |macro (enter the|
00000e70  20 74 65 78 74 20 61 74  0a 74 68 65 20 63 61 72  | text at.the car|
00000e80  65 74 2c 20 6f 72 20 73  69 6d 75 6c 61 74 65 20  |et, or simulate |
00000e90  74 68 65 20 6b 65 79 20  70 72 65 73 73 65 73 20  |the key presses |
00000ea0  70 72 65 76 69 6f 75 73  6c 79 20 65 6e 74 65 72  |previously enter|
00000eb0  65 64 29 2c 20 73 69 6d  70 6c 79 20 63 6c 69 63  |ed), simply clic|
00000ec0  6b 20 6f 6e 0a 74 68 65  20 62 75 74 74 6f 6e 20  |k on.the button |
00000ed0  63 6f 72 72 65 73 70 6f  6e 64 69 6e 67 20 74 6f  |corresponding to|
00000ee0  20 74 68 61 74 20 77 68  69 63 68 20 79 6f 75 20  | that which you |
00000ef0  77 69 73 68 20 74 6f 20  70 72 6f 63 65 73 73 2e  |wish to process.|
00000f00  20 4f 6e 20 65 61 63 68  20 62 75 74 74 6f 6e 2c  | On each button,|
00000f10  0a 74 68 65 20 63 6f 72  72 65 73 70 6f 6e 64 69  |.the correspondi|
00000f20  6e 67 20 6e 75 6d 62 65  72 20 61 6e 64 20 74 68  |ng number and th|
00000f30  65 20 66 69 72 73 74 20  66 69 76 65 20 63 68 61  |e first five cha|
00000f40  72 61 63 74 65 72 73 20  6f 66 20 74 68 65 20 64  |racters of the d|
00000f50  65 66 69 6e 69 74 69 6f  6e 20 61 72 65 0a 64 69  |efinition are.di|
00000f60  73 70 6c 61 79 65 64 2c  20 61 73 20 61 20 72 65  |splayed, as a re|
00000f70  6d 69 6e 64 65 72 20 6f  66 20 77 68 61 74 20 74  |minder of what t|
00000f80  68 65 20 6d 61 63 72 6f  20 64 6f 65 73 2e 0a 20  |he macro does.. |
00000f90  20 43 6c 69 63 6b 69 6e  67 20 4d 45 4e 55 20 77  | Clicking MENU w|
00000fa0  69 74 68 69 6e 20 74 68  65 20 6d 61 69 6e 20 4f  |ithin the main O|
00000fb0  76 65 72 57 72 69 74 65  20 77 69 6e 64 6f 77 20  |verWrite window |
00000fc0  77 69 6c 6c 20 64 69 73  70 6c 61 79 20 61 20 27  |will display a '|
00000fd0  4d 61 63 72 6f 73 27 20  6d 65 6e 75 0a 77 69 74  |Macros' menu.wit|
00000fe0  68 20 6f 70 74 69 6f 6e  73 20 66 6f 72 20 73 61  |h options for sa|
00000ff0  76 69 6e 67 20 61 6e 64  20 65 64 69 74 69 6e 67  |ving and editing|
00001000  20 74 68 65 20 6d 61 63  72 6f 73 2c 20 61 6e 64  | the macros, and|
00001010  20 68 61 6c 74 69 6e 67  20 74 68 65 20 70 72 6f  | halting the pro|
00001020  63 65 73 73 69 6e 67 20  6f 66 0a 61 20 6d 61 63  |cessing of.a mac|
00001030  72 6f 2e 20 55 73 65 20  74 68 69 73 20 27 48 61  |ro. Use this 'Ha|
00001040  6c 74 27 20 6f 70 74 69  6f 6e 20 74 6f 20 73 74  |lt' option to st|
00001050  6f 70 20 74 68 65 20 70  72 6f 63 65 73 73 69 6e  |op the processin|
00001060  67 20 69 66 20 79 6f 75  20 64 69 73 63 6f 76 65  |g if you discove|
00001070  72 20 79 6f 75 0a 68 61  76 65 20 63 61 75 73 65  |r you.have cause|
00001080  64 20 61 20 22 6c 6f 6f  70 22 20 69 6e 20 74 68  |d a "loop" in th|
00001090  65 20 6d 61 63 72 6f 20  6c 69 6e 6b 73 2e 0a 0a  |e macro links...|
000010a0  0a 53 61 76 69 6e 67 20  74 68 65 20 4d 61 63 72  |.Saving the Macr|
000010b0  6f 73 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |os.-------------|
000010c0  2d 2d 2d 2d 0a 0a 20 20  55 73 65 20 74 68 65 20  |----..  Use the |
000010d0  27 53 61 76 65 27 20 6f  70 74 69 6f 6e 20 61 76  |'Save' option av|
000010e0  61 69 6c 61 62 6c 65 20  66 72 6f 6d 20 74 68 65  |ailable from the|
000010f0  20 27 4d 61 63 72 6f 73  27 20 6d 65 6e 75 20 66  | 'Macros' menu f|
00001100  72 6f 6d 20 74 68 65 20  6d 61 69 6e 20 77 69 6e  |rom the main win|
00001110  64 6f 77 0a 74 6f 20 64  69 73 70 6c 61 79 20 61  |dow.to display a|
00001120  20 73 74 61 6e 64 61 72  64 20 73 61 76 65 20 64  | standard save d|
00001130  69 61 6c 6f 67 75 65 20  62 6f 78 2e 0a 20 20 52  |ialogue box..  R|
00001140  65 6c 6f 61 64 20 74 68  65 20 6d 61 63 72 6f 73  |eload the macros|
00001150  20 69 6e 74 6f 20 4f 76  65 72 57 72 69 74 65 20  | into OverWrite |
00001160  62 79 20 72 75 6e 6e 69  6e 67 20 74 68 65 20 66  |by running the f|
00001170  69 6c 65 2c 20 6f 72 20  62 79 20 64 72 61 67 67  |ile, or by dragg|
00001180  69 6e 67 20 69 74 20 74  6f 0a 74 68 65 20 4f 76  |ing it to.the Ov|
00001190  65 72 57 72 69 74 65 20  69 63 6f 6e 2c 20 6f 72  |erWrite icon, or|
000011a0  20 61 6e 79 20 4f 76 65  72 57 72 69 74 65 20 77  | any OverWrite w|
000011b0  69 6e 64 6f 77 2e 0a                              |indow..|
000011b7