Home » Archimedes archive » Micro User » MU 1991-06.adf » PD-Stuff » Utilities/!ClipBoard/!Help/ReadMe
Utilities/!ClipBoard/!Help/ReadMe
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 » Micro User » MU 1991-06.adf » PD-Stuff |
Filename: | Utilities/!ClipBoard/!Help/ReadMe |
Read OK: | ✔ |
File size: | 0F16 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
********************* Very boring Copyright Notice ********************** * * * All program code is the copyright of Joris R�ling and the 'borrowing' * * any part of it without the permission of the author is prohibited. * * * *************************************************************************** ReadMe for ClipBoard v1.06 The 'writable icon' known to the Archimedes Environment is a nice concept. But it misses some crucial word processing features as copy & paste to allow fast input. This application tries to overcome this limitation. To be clear, a menu entry which contains the caret as soon as you move the pointer over it, is in fact a writeable icon too. An example of this is the bottom menu entry of the 'Mode' menu of the Palette utility. Other examples of 'writeable icons' are: - In a Save window the box in which you can fill in the filename. - The menu entry of the ADFS filer in which you can specify the disc name. ClipBoard is a small module allowing you to copy the textual contents of writable icons into the modules own buffer and vice versa by a few Ctrl-keys. The keys are defined as follows: - Ctrl-C will copy the textual contents of an icon into the ClipBoard buffer. - Ctrl-X will copy the textual contents of an icon into the ClipBoard buffer, and afterwards it will clear the contents. This is also known as 'Moving' the contents. - Ctrl-V will insert the buffered text (if any) back into the icon at carret position. - Ctrl-Z will replace the textual contents of an icon by the buffered text (if any). To copy (or move or paste or replace) the carret must be in a writable icon. It is very well possible to Copy the text, say, a filename out of a save window, and than Paste it into a (writeable) menu entry. ClibBoard is in fact a module task, taking about 2K of menory. It will only know the keys where pressed if no other task is acting on them before it. The buffer of ClibBoard is only as long as is needed, in fact it starts with having no buffer at all. In this case, pressing Ctrl-V or Ctrl-Z will result in a beeb only. Note that seeing a carret inside a window doesn't mean it is actualy inside a icon as well. The carret you see in a text window of !Edit for example is driven by !Edit itself so it is not possible for ClibBoard to access the text there. Pressing Ctrl-C or Ctrl-X when the icon is empty, has no effect. A beeb will will let you know that the clip board contents is preserved. If you have any suggestions, or you found some bug, or if you just want to tell me how great you think this program is, write a note to the address below. To contact the author, write to: Joris R�ling Kikkerstraat 17a 2515 NB Den Haag The Netherlands Tel:070-3840403
00000000 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00000010 2a 2a 2a 2a 2a 20 20 56 65 72 79 20 62 6f 72 69 |***** Very bori| 00000020 6e 67 20 43 6f 70 79 72 69 67 68 74 20 4e 6f 74 |ng Copyright Not| 00000030 69 63 65 20 20 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |ice ***********| 00000040 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 2a 20 20 20 |***********.* | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000090 20 20 20 20 20 20 2a 0a 2a 20 20 41 6c 6c 20 70 | *.* All p| 000000a0 72 6f 67 72 61 6d 20 63 6f 64 65 20 69 73 20 74 |rogram code is t| 000000b0 68 65 20 63 6f 70 79 72 69 67 68 74 20 6f 66 20 |he copyright of | 000000c0 4a 6f 72 69 73 20 52 d6 6c 69 6e 67 20 61 6e 64 |Joris R.ling and| 000000d0 20 74 68 65 20 27 62 6f 72 72 6f 77 69 6e 67 27 | the 'borrowing'| 000000e0 20 20 2a 0a 2a 20 20 20 20 61 6e 79 20 70 61 72 | *.* any par| 000000f0 74 20 6f 66 20 69 74 20 77 69 74 68 6f 75 74 20 |t of it without | 00000100 74 68 65 20 70 65 72 6d 69 73 73 69 6f 6e 20 6f |the permission o| 00000110 66 20 74 68 65 20 61 75 74 68 6f 72 20 69 73 20 |f the author is | 00000120 70 72 6f 68 69 62 69 74 65 64 2e 20 20 20 2a 0a |prohibited. *.| 00000130 2a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |* | 00000140 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000170 20 20 20 20 20 20 20 20 20 20 2a 0a 2a 2a 2a 2a | *.****| 00000180 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 000001c0 2a 2a 2a 2a 2a 2a 2a 0a 20 20 20 20 20 20 20 20 |*******. | 000001d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000210 20 20 20 20 0a 0a 20 20 20 20 20 20 20 20 20 20 | .. | 00000220 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000230 20 20 52 65 61 64 4d 65 20 66 6f 72 20 43 6c 69 | ReadMe for Cli| 00000240 70 42 6f 61 72 64 0a 0a 20 20 20 20 20 20 20 20 |pBoard.. | 00000250 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000260 20 20 20 20 20 20 20 20 20 20 20 20 76 31 2e 30 | v1.0| 00000270 36 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |6. | 00000280 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000290 20 20 20 0a 0a 0a 20 20 20 20 20 20 20 20 20 20 | ... | 000002a0 54 68 65 20 27 77 72 69 74 61 62 6c 65 20 69 63 |The 'writable ic| 000002b0 6f 6e 27 20 6b 6e 6f 77 6e 20 74 6f 20 74 68 65 |on' known to the| 000002c0 20 41 72 63 68 69 6d 65 64 65 73 20 45 6e 76 69 | Archimedes Envi| 000002d0 72 6f 6e 6d 65 6e 74 20 69 73 0a 20 20 20 20 20 |ronment is. | 000002e0 20 20 20 20 20 61 20 6e 69 63 65 20 63 6f 6e 63 | a nice conc| 000002f0 65 70 74 2e 20 42 75 74 20 69 74 20 6d 69 73 73 |ept. But it miss| 00000300 65 73 20 73 6f 6d 65 20 63 72 75 63 69 61 6c 20 |es some crucial | 00000310 77 6f 72 64 20 70 72 6f 63 65 73 73 69 6e 67 0a |word processing.| 00000320 20 20 20 20 20 20 20 20 20 20 66 65 61 74 75 72 | featur| 00000330 65 73 20 61 73 20 63 6f 70 79 20 26 20 70 61 73 |es as copy & pas| 00000340 74 65 20 74 6f 20 61 6c 6c 6f 77 20 66 61 73 74 |te to allow fast| 00000350 20 69 6e 70 75 74 2e 20 54 68 69 73 0a 20 20 20 | input. This. | 00000360 20 20 20 20 20 20 20 61 70 70 6c 69 63 61 74 69 | applicati| 00000370 6f 6e 20 74 72 69 65 73 20 74 6f 20 6f 76 65 72 |on tries to over| 00000380 63 6f 6d 65 20 74 68 69 73 20 6c 69 6d 69 74 61 |come this limita| 00000390 74 69 6f 6e 2e 0a 0a 20 20 20 20 20 20 20 20 20 |tion... | 000003a0 20 54 6f 20 62 65 20 63 6c 65 61 72 2c 20 61 20 | To be clear, a | 000003b0 6d 65 6e 75 20 65 6e 74 72 79 20 77 68 69 63 68 |menu entry which| 000003c0 20 63 6f 6e 74 61 69 6e 73 20 74 68 65 20 63 61 | contains the ca| 000003d0 72 65 74 20 61 73 20 73 6f 6f 6e 0a 20 20 20 20 |ret as soon. | 000003e0 20 20 20 20 20 20 61 73 20 79 6f 75 20 6d 6f 76 | as you mov| 000003f0 65 20 74 68 65 20 70 6f 69 6e 74 65 72 20 6f 76 |e the pointer ov| 00000400 65 72 20 69 74 2c 20 69 73 20 69 6e 20 66 61 63 |er it, is in fac| 00000410 74 20 61 20 77 72 69 74 65 61 62 6c 65 20 69 63 |t a writeable ic| 00000420 6f 6e 0a 20 20 20 20 20 20 20 20 20 20 74 6f 6f |on. too| 00000430 2e 20 41 6e 20 65 78 61 6d 70 6c 65 20 6f 66 20 |. An example of | 00000440 74 68 69 73 20 69 73 20 74 68 65 20 62 6f 74 74 |this is the bott| 00000450 6f 6d 20 6d 65 6e 75 20 65 6e 74 72 79 20 6f 66 |om menu entry of| 00000460 20 74 68 65 20 0a 20 20 20 20 20 20 20 20 20 20 | the . | 00000470 27 4d 6f 64 65 27 20 6d 65 6e 75 20 6f 66 20 74 |'Mode' menu of t| 00000480 68 65 20 50 61 6c 65 74 74 65 20 75 74 69 6c 69 |he Palette utili| 00000490 74 79 2e 20 4f 74 68 65 72 20 65 78 61 6d 70 6c |ty. Other exampl| 000004a0 65 73 20 6f 66 20 0a 20 20 20 20 20 20 20 20 20 |es of . | 000004b0 20 27 77 72 69 74 65 61 62 6c 65 20 69 63 6f 6e | 'writeable icon| 000004c0 73 27 20 61 72 65 3a 20 20 20 20 20 20 20 20 20 |s' are: | 000004d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000004e0 20 20 20 20 0a 0a 20 20 20 20 20 20 20 20 20 20 | .. | 000004f0 2d 20 49 6e 20 61 20 53 61 76 65 20 77 69 6e 64 |- In a Save wind| 00000500 6f 77 20 74 68 65 20 62 6f 78 20 69 6e 20 77 68 |ow the box in wh| 00000510 69 63 68 20 79 6f 75 20 63 61 6e 20 66 69 6c 6c |ich you can fill| 00000520 20 69 6e 20 74 68 65 20 0a 20 20 20 20 20 20 20 | in the . | 00000530 20 20 20 20 20 66 69 6c 65 6e 61 6d 65 2e 0a 20 | filename.. | 00000540 20 20 20 20 20 20 20 20 20 2d 20 54 68 65 20 6d | - The m| 00000550 65 6e 75 20 65 6e 74 72 79 20 6f 66 20 74 68 65 |enu entry of the| 00000560 20 41 44 46 53 20 66 69 6c 65 72 20 69 6e 20 77 | ADFS filer in w| 00000570 68 69 63 68 20 79 6f 75 20 63 61 6e 20 73 70 65 |hich you can spe| 00000580 63 69 66 79 20 0a 20 20 20 20 20 20 20 20 20 20 |cify . | 00000590 20 20 74 68 65 20 64 69 73 63 20 6e 61 6d 65 2e | the disc name.| 000005a0 0a 0a 20 20 20 20 20 20 20 20 20 20 43 6c 69 70 |.. Clip| 000005b0 42 6f 61 72 64 20 69 73 20 61 20 73 6d 61 6c 6c |Board is a small| 000005c0 20 6d 6f 64 75 6c 65 20 61 6c 6c 6f 77 69 6e 67 | module allowing| 000005d0 20 79 6f 75 20 74 6f 20 63 6f 70 79 20 74 68 65 | you to copy the| 000005e0 0a 20 20 20 20 20 20 20 20 20 20 74 65 78 74 75 |. textu| 000005f0 61 6c 20 63 6f 6e 74 65 6e 74 73 20 6f 66 20 77 |al contents of w| 00000600 72 69 74 61 62 6c 65 20 69 63 6f 6e 73 20 69 6e |ritable icons in| 00000610 74 6f 20 74 68 65 20 6d 6f 64 75 6c 65 73 20 6f |to the modules o| 00000620 77 6e 0a 20 20 20 20 20 20 20 20 20 20 62 75 66 |wn. buf| 00000630 66 65 72 20 61 6e 64 20 76 69 63 65 20 76 65 72 |fer and vice ver| 00000640 73 61 20 62 79 20 61 20 66 65 77 20 43 74 72 6c |sa by a few Ctrl| 00000650 2d 6b 65 79 73 2e 0a 0a 20 20 20 20 20 20 20 20 |-keys... | 00000660 20 20 20 54 68 65 20 6b 65 79 73 20 61 72 65 20 | The keys are | 00000670 64 65 66 69 6e 65 64 20 61 73 20 66 6f 6c 6c 6f |defined as follo| 00000680 77 73 3a 0a 0a 20 20 20 20 20 20 20 20 20 20 20 |ws:.. | 00000690 2d 20 43 74 72 6c 2d 43 20 77 69 6c 6c 20 63 6f |- Ctrl-C will co| 000006a0 70 79 20 74 68 65 20 74 65 78 74 75 61 6c 20 63 |py the textual c| 000006b0 6f 6e 74 65 6e 74 73 20 6f 66 20 61 6e 20 69 63 |ontents of an ic| 000006c0 6f 6e 20 69 6e 74 6f 20 74 68 65 0a 20 20 20 20 |on into the. | 000006d0 20 20 20 20 20 20 20 20 20 43 6c 69 70 42 6f 61 | ClipBoa| 000006e0 72 64 20 62 75 66 66 65 72 2e 0a 0a 20 20 20 20 |rd buffer... | 000006f0 20 20 20 20 20 20 20 2d 20 43 74 72 6c 2d 58 20 | - Ctrl-X | 00000700 77 69 6c 6c 20 63 6f 70 79 20 74 68 65 20 74 65 |will copy the te| 00000710 78 74 75 61 6c 20 63 6f 6e 74 65 6e 74 73 20 6f |xtual contents o| 00000720 66 20 61 6e 20 69 63 6f 6e 20 69 6e 74 6f 20 74 |f an icon into t| 00000730 68 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |he. | 00000740 43 6c 69 70 42 6f 61 72 64 20 62 75 66 66 65 72 |ClipBoard buffer| 00000750 2c 20 61 6e 64 20 61 66 74 65 72 77 61 72 64 73 |, and afterwards| 00000760 20 69 74 20 77 69 6c 6c 20 63 6c 65 61 72 20 74 | it will clear t| 00000770 68 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |he. | 00000780 63 6f 6e 74 65 6e 74 73 2e 20 54 68 69 73 20 69 |contents. This i| 00000790 73 20 61 6c 73 6f 20 6b 6e 6f 77 6e 20 61 73 20 |s also known as | 000007a0 27 4d 6f 76 69 6e 67 27 20 74 68 65 20 63 6f 6e |'Moving' the con| 000007b0 74 65 6e 74 73 2e 0a 0a 20 20 20 20 20 20 20 20 |tents... | 000007c0 20 20 20 2d 20 43 74 72 6c 2d 56 20 77 69 6c 6c | - Ctrl-V will| 000007d0 20 69 6e 73 65 72 74 20 74 68 65 20 62 75 66 66 | insert the buff| 000007e0 65 72 65 64 20 74 65 78 74 20 28 69 66 20 61 6e |ered text (if an| 000007f0 79 29 20 62 61 63 6b 20 69 6e 74 6f 0a 20 20 20 |y) back into. | 00000800 20 20 20 20 20 20 20 20 20 20 74 68 65 20 69 63 | the ic| 00000810 6f 6e 20 61 74 20 63 61 72 72 65 74 20 70 6f 73 |on at carret pos| 00000820 69 74 69 6f 6e 2e 0a 0a 20 20 20 20 20 20 20 20 |ition... | 00000830 20 20 20 2d 20 43 74 72 6c 2d 5a 20 77 69 6c 6c | - Ctrl-Z will| 00000840 20 72 65 70 6c 61 63 65 20 74 68 65 20 74 65 78 | replace the tex| 00000850 74 75 61 6c 20 63 6f 6e 74 65 6e 74 73 20 6f 66 |tual contents of| 00000860 20 61 6e 20 69 63 6f 6e 20 62 79 0a 20 20 20 20 | an icon by. | 00000870 20 20 20 20 20 20 20 20 20 74 68 65 20 62 75 66 | the buf| 00000880 66 65 72 65 64 20 74 65 78 74 20 28 69 66 20 61 |fered text (if a| 00000890 6e 79 29 2e 0a 0a 20 20 20 20 20 20 20 20 20 20 |ny)... | 000008a0 54 6f 20 63 6f 70 79 20 28 6f 72 20 6d 6f 76 65 |To copy (or move| 000008b0 20 6f 72 20 70 61 73 74 65 20 6f 72 20 72 65 70 | or paste or rep| 000008c0 6c 61 63 65 29 20 74 68 65 20 63 61 72 72 65 74 |lace) the carret| 000008d0 20 6d 75 73 74 20 62 65 20 69 6e 0a 20 20 20 20 | must be in. | 000008e0 20 20 20 20 20 20 61 20 77 72 69 74 61 62 6c 65 | a writable| 000008f0 20 69 63 6f 6e 2e 0a 20 20 20 20 20 20 20 20 20 | icon.. | 00000900 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 20 20 | . | 00000910 20 20 49 74 20 69 73 20 76 65 72 79 20 77 65 6c | It is very wel| 00000920 6c 20 70 6f 73 73 69 62 6c 65 20 74 6f 20 43 6f |l possible to Co| 00000930 70 79 20 74 68 65 20 74 65 78 74 2c 20 73 61 79 |py the text, say| 00000940 2c 20 61 20 66 69 6c 65 6e 61 6d 65 0a 20 20 20 |, a filename. | 00000950 20 20 20 20 20 20 20 6f 75 74 20 6f 66 20 61 20 | out of a | 00000960 73 61 76 65 20 77 69 6e 64 6f 77 2c 20 61 6e 64 |save window, and| 00000970 20 74 68 61 6e 20 50 61 73 74 65 20 69 74 20 69 | than Paste it i| 00000980 6e 74 6f 20 61 20 28 77 72 69 74 65 61 62 6c 65 |nto a (writeable| 00000990 29 0a 20 20 20 20 20 20 20 20 20 20 6d 65 6e 75 |). menu| 000009a0 20 65 6e 74 72 79 2e 0a 0a 20 20 20 20 20 20 20 | entry... | 000009b0 20 20 20 43 6c 69 62 42 6f 61 72 64 20 69 73 20 | ClibBoard is | 000009c0 69 6e 20 66 61 63 74 20 61 20 6d 6f 64 75 6c 65 |in fact a module| 000009d0 20 74 61 73 6b 2c 20 74 61 6b 69 6e 67 20 61 62 | task, taking ab| 000009e0 6f 75 74 20 32 4b 20 6f 66 20 0a 20 20 20 20 20 |out 2K of . | 000009f0 20 20 20 20 20 6d 65 6e 6f 72 79 2e 20 49 74 20 | menory. It | 00000a00 77 69 6c 6c 20 6f 6e 6c 79 20 6b 6e 6f 77 20 74 |will only know t| 00000a10 68 65 20 6b 65 79 73 20 77 68 65 72 65 20 70 72 |he keys where pr| 00000a20 65 73 73 65 64 20 69 66 20 6e 6f 20 0a 20 20 20 |essed if no . | 00000a30 20 20 20 20 20 20 20 6f 74 68 65 72 20 74 61 73 | other tas| 00000a40 6b 20 69 73 20 61 63 74 69 6e 67 20 6f 6e 20 74 |k is acting on t| 00000a50 68 65 6d 20 62 65 66 6f 72 65 20 69 74 2e 0a 0a |hem before it...| 00000a60 20 20 20 20 20 20 20 20 20 20 54 68 65 20 62 75 | The bu| 00000a70 66 66 65 72 20 6f 66 20 43 6c 69 62 42 6f 61 72 |ffer of ClibBoar| 00000a80 64 20 69 73 20 6f 6e 6c 79 20 61 73 20 6c 6f 6e |d is only as lon| 00000a90 67 20 61 73 20 69 73 20 6e 65 65 64 65 64 2c 20 |g as is needed, | 00000aa0 69 6e 0a 20 20 20 20 20 20 20 20 20 20 66 61 63 |in. fac| 00000ab0 74 20 69 74 20 73 74 61 72 74 73 20 77 69 74 68 |t it starts with| 00000ac0 20 68 61 76 69 6e 67 20 6e 6f 20 62 75 66 66 65 | having no buffe| 00000ad0 72 20 61 74 20 61 6c 6c 2e 20 49 6e 20 74 68 69 |r at all. In thi| 00000ae0 73 20 63 61 73 65 2c 0a 20 20 20 20 20 20 20 20 |s case,. | 00000af0 20 20 70 72 65 73 73 69 6e 67 20 43 74 72 6c 2d | pressing Ctrl-| 00000b00 56 20 6f 72 20 43 74 72 6c 2d 5a 20 77 69 6c 6c |V or Ctrl-Z will| 00000b10 20 72 65 73 75 6c 74 20 69 6e 20 61 20 62 65 65 | result in a bee| 00000b20 62 20 6f 6e 6c 79 2e 0a 0a 20 20 20 20 20 20 20 |b only... | 00000b30 20 20 20 4e 6f 74 65 20 74 68 61 74 20 73 65 65 | Note that see| 00000b40 69 6e 67 20 61 20 63 61 72 72 65 74 20 69 6e 73 |ing a carret ins| 00000b50 69 64 65 20 61 20 77 69 6e 64 6f 77 20 64 6f 65 |ide a window doe| 00000b60 73 6e 27 74 20 6d 65 61 6e 20 69 74 0a 20 20 20 |sn't mean it. | 00000b70 20 20 20 20 20 20 20 69 73 20 61 63 74 75 61 6c | is actual| 00000b80 79 20 69 6e 73 69 64 65 20 61 20 69 63 6f 6e 20 |y inside a icon | 00000b90 61 73 20 77 65 6c 6c 2e 20 54 68 65 20 63 61 72 |as well. The car| 00000ba0 72 65 74 20 79 6f 75 20 73 65 65 20 69 6e 20 61 |ret you see in a| 00000bb0 0a 20 20 20 20 20 20 20 20 20 20 74 65 78 74 20 |. text | 00000bc0 77 69 6e 64 6f 77 20 6f 66 20 21 45 64 69 74 20 |window of !Edit | 00000bd0 66 6f 72 20 65 78 61 6d 70 6c 65 20 69 73 20 64 |for example is d| 00000be0 72 69 76 65 6e 20 62 79 20 21 45 64 69 74 20 69 |riven by !Edit i| 00000bf0 74 73 65 6c 66 0a 20 20 20 20 20 20 20 20 20 20 |tself. | 00000c00 73 6f 20 69 74 20 69 73 20 6e 6f 74 20 70 6f 73 |so it is not pos| 00000c10 73 69 62 6c 65 20 66 6f 72 20 43 6c 69 62 42 6f |sible for ClibBo| 00000c20 61 72 64 20 74 6f 20 61 63 63 65 73 73 20 74 68 |ard to access th| 00000c30 65 20 74 65 78 74 0a 20 20 20 20 20 20 20 20 20 |e text. | 00000c40 20 74 68 65 72 65 2e 0a 0a 20 20 20 20 20 20 20 | there... | 00000c50 20 20 20 50 72 65 73 73 69 6e 67 20 43 74 72 6c | Pressing Ctrl| 00000c60 2d 43 20 6f 72 20 43 74 72 6c 2d 58 20 77 68 65 |-C or Ctrl-X whe| 00000c70 6e 20 74 68 65 20 69 63 6f 6e 20 69 73 20 65 6d |n the icon is em| 00000c80 70 74 79 2c 20 68 61 73 20 6e 6f 0a 20 20 20 20 |pty, has no. | 00000c90 20 20 20 20 20 20 65 66 66 65 63 74 2e 20 41 20 | effect. A | 00000ca0 62 65 65 62 20 77 69 6c 6c 20 77 69 6c 6c 20 6c |beeb will will l| 00000cb0 65 74 20 79 6f 75 20 6b 6e 6f 77 20 74 68 61 74 |et you know that| 00000cc0 20 74 68 65 20 63 6c 69 70 20 62 6f 61 72 64 0a | the clip board.| 00000cd0 20 20 20 20 20 20 20 20 20 20 63 6f 6e 74 65 6e | conten| 00000ce0 74 73 20 69 73 20 70 72 65 73 65 72 76 65 64 2e |ts is preserved.| 00000cf0 0a 0a 20 20 20 20 20 20 20 20 20 20 20 49 66 20 |.. If | 00000d00 79 6f 75 20 68 61 76 65 20 61 6e 79 20 73 75 67 |you have any sug| 00000d10 67 65 73 74 69 6f 6e 73 2c 20 6f 72 20 79 6f 75 |gestions, or you| 00000d20 20 66 6f 75 6e 64 20 73 6f 6d 65 20 62 75 67 2c | found some bug,| 00000d30 20 6f 72 20 69 66 0a 20 20 20 20 20 20 20 20 20 | or if. | 00000d40 20 79 6f 75 20 6a 75 73 74 20 77 61 6e 74 20 74 | you just want t| 00000d50 6f 20 74 65 6c 6c 20 6d 65 20 68 6f 77 20 67 72 |o tell me how gr| 00000d60 65 61 74 20 79 6f 75 20 74 68 69 6e 6b 20 74 68 |eat you think th| 00000d70 69 73 20 70 72 6f 67 72 61 6d 0a 20 20 20 20 20 |is program. | 00000d80 20 20 20 20 20 69 73 2c 20 77 72 69 74 65 20 61 | is, write a| 00000d90 20 6e 6f 74 65 20 74 6f 20 74 68 65 20 61 64 64 | note to the add| 00000da0 72 65 73 73 20 62 65 6c 6f 77 2e 0a 0a 0a 0a 20 |ress below..... | 00000db0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000dd0 20 54 6f 20 63 6f 6e 74 61 63 74 20 74 68 65 20 | To contact the | 00000de0 61 75 74 68 6f 72 2c 20 77 72 69 74 65 20 74 6f |author, write to| 00000df0 3a 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |:.. | 00000e00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e10 20 20 20 20 20 20 20 20 20 20 20 20 20 4a 6f 72 | Jor| 00000e20 69 73 20 52 d6 6c 69 6e 67 0a 20 20 20 20 20 20 |is R.ling. | 00000e30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000e50 20 20 20 20 4b 69 6b 6b 65 72 73 74 72 61 61 74 | Kikkerstraat| 00000e60 20 31 37 61 0a 20 20 20 20 20 20 20 20 20 20 20 | 17a. | 00000e70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e80 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 32 | 2| 00000e90 35 31 35 20 4e 42 20 44 65 6e 20 48 61 61 67 0a |515 NB Den Haag.| 00000ea0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000ec0 20 20 20 20 20 20 20 20 20 20 54 68 65 20 4e 65 | The Ne| 00000ed0 74 68 65 72 6c 61 6e 64 73 0a 0a 20 20 20 20 20 |therlands.. | 00000ee0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000f00 20 20 20 20 20 54 65 6c 3a 30 37 30 2d 33 38 34 | Tel:070-384| 00000f10 30 34 30 33 0a 0a |0403..| 00000f16