Home » Archimedes archive » Micro User » MU 1992-09.adf » PD » Utilities/!!Letter/HelpRes/HelpText
Utilities/!!Letter/HelpRes/HelpText
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 1992-09.adf » PD |
Filename: | Utilities/!!Letter/HelpRes/HelpText |
Read OK: | ✔ |
File size: | 149F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
LetterView is a PDWare utility, written by....... #SC<LetterView$Dir>.HelpRes.Myname myname It is designed to let you send pretty letters to people. You can include sprites into the text, thus improving the appearance, such as at the top of this page. The program allows you to justify text to the left or right margins, or centrally between the two. You can also justify sprites in the same way. You can move around the text by either dragging the scroll bars, clicking on the arrows, or by pressing the up/down cursor keys, or page up/down. #C______________________________________________________________________________ #R[more] Using the program : To send your own letter using LetterView, you need to alter the "Letter" file in the !LettrView directory. Enter the text as usual, in !Edit. This text is justified left as default. To centre a line of text, start the line with "#C", then the text. For example, the line "#CCentred.", produces : #CCentred To right justify the text, enter "#R" as the first two characters on the line. For example, "#RJustified right" produces : #RJustified right. Of course, entering "#L" justifies the text to the left, but as this is the default, it is rarely needed!, so "#LWaste of Time." produces : #LWaste of Time. Sprites can also be entered into the text, by specifying : "#Sx<Filename of sprite file> <Name of sprite>" ....where 'x' is "R","L" or "C", and defines whether the sprite is to be justified to the right, left or centre. So, "#SL<LetterView$Dir>.!Sprites !!Letter", is : #SL<LetterView$Dir>.!Sprites !!Letter "#SC<LetterView$Dir>.!Sprites !!Letter", is : #SC<LetterView$Dir>.!Sprites !!Letter and "#SR<LetterView$Dir>.!Sprites !!Letter", is : #SR<LetterView$Dir>.!Sprites !!Letter #C______________________________________________________________________________ An example, showing the utility in use, and outlining its conditions of use follows : #C______________________________________________________________________________ #SC<LetterView$Dir>.HelpRes.Myname myname #R2 Woodside Ave #RMoss Bank #RSt. Helens #RMerseyside #RWA11 7BS Dear Whoever it may concern, This is a letter written to you, using LetterView, written by Stuart Tyrrell. You may pass the program (in its entirity, and including this help text) on to whoever you wish. This program is PDWare. That is, the program is not shareware as such, in that you are free to use the program as much as you wish without registering, but if you find the program useful, and wish to obtain the latest version of it and my other programs, you may register, as detailed below. #CRegistration #C============ The registration fee for this program is left to your discretion. If you register, you will be entitled to upgrades of this software, and you may receive other software which I have produced or produce in the future. Obviously, the more money you send, the more upgrades I can afford to send to you! I would suggest a registration fee of around �5 (or �10 if you really like the program). I regret that I cannot accept registrations of less than �2, as it just isn't viable for me to buy, compile and post disks for that price. #CP.D. Libraries and Commercial use #C================================= This program MAY NOT be used as a reader for PD catalogues, magazines, or for documentation regarding commercial products or ventures without my permission. If you do wish to use LetterView in this way, please let me know. #CDisclaimer #C========== #R(guess where it came from!). This utility is provided "as is"; I can make no warranty, express or implied, as to the merchantability of this software or its fitness for any particular purpose. In no circumstances shall I be liable for any damage, loss of profits, or any indirect or consequential loss arising out of the use of this software or inability to use this software, even if I have been advised of the possibility of such loss. Yours, #SL<LetterView$Dir>.HelpRes.signature signature Stuart. #C______________________________________________________________________________ Version History : 0.01 * Initial Release ("!LettrView") 0.02 * Lines no longer have to be formatted within !Edit - LetterView will auto-format. * LetterView now dynamically allocates space for the letter from the "free" pool, thereby only using as much memory as is necessary. * Changed name to !!Letter 0.03 * Now produces error when there is not enough memory to load document. 0.04 * Minor bug fix - now allows you to leave desktop with a document open!! 0.05 * Added cursor key control of movement around text (LetterView needs the input focus for this to work - must keep to guidelines!, but it gains the focus when it is loaded or the pointer passes over it). * Made the program "PDWare", rather than "ShareWare". 0.06 * Altered program to pass on 'Hot Keys' which it does not recognise. Future Improvements : * Speed up the loading of files. * Allow display of drawfiles. * Provide system of "frames", so text / graphics may be placed anywhere. This would also mean designing a suitable editor. � Stuart Tyrrell 1991/1992
00000000 4c 65 74 74 65 72 56 69 65 77 20 69 73 20 61 20 |LetterView is a | 00000010 50 44 57 61 72 65 20 75 74 69 6c 69 74 79 2c 20 |PDWare utility, | 00000020 77 72 69 74 74 65 6e 20 62 79 2e 2e 2e 2e 2e 2e |written by......| 00000030 2e 0a 0a 23 53 43 3c 4c 65 74 74 65 72 56 69 65 |...#SC<LetterVie| 00000040 77 24 44 69 72 3e 2e 48 65 6c 70 52 65 73 2e 4d |w$Dir>.HelpRes.M| 00000050 79 6e 61 6d 65 20 6d 79 6e 61 6d 65 0a 0a 49 74 |yname myname..It| 00000060 20 69 73 20 64 65 73 69 67 6e 65 64 20 74 6f 20 | is designed to | 00000070 6c 65 74 20 79 6f 75 20 73 65 6e 64 20 70 72 65 |let you send pre| 00000080 74 74 79 20 6c 65 74 74 65 72 73 20 74 6f 20 70 |tty letters to p| 00000090 65 6f 70 6c 65 2e 0a 0a 59 6f 75 20 63 61 6e 20 |eople...You can | 000000a0 69 6e 63 6c 75 64 65 20 73 70 72 69 74 65 73 20 |include sprites | 000000b0 69 6e 74 6f 20 74 68 65 20 74 65 78 74 2c 20 74 |into the text, t| 000000c0 68 75 73 20 69 6d 70 72 6f 76 69 6e 67 20 74 68 |hus improving th| 000000d0 65 20 61 70 70 65 61 72 61 6e 63 65 2c 20 73 75 |e appearance, su| 000000e0 63 68 20 61 73 20 61 74 20 74 68 65 20 74 6f 70 |ch as at the top| 000000f0 20 6f 66 20 74 68 69 73 20 70 61 67 65 2e 0a 0a | of this page...| 00000100 54 68 65 20 70 72 6f 67 72 61 6d 20 61 6c 6c 6f |The program allo| 00000110 77 73 20 79 6f 75 20 74 6f 20 6a 75 73 74 69 66 |ws you to justif| 00000120 79 20 74 65 78 74 20 74 6f 20 74 68 65 20 6c 65 |y text to the le| 00000130 66 74 20 6f 72 20 72 69 67 68 74 20 6d 61 72 67 |ft or right marg| 00000140 69 6e 73 2c 20 6f 72 20 63 65 6e 74 72 61 6c 6c |ins, or centrall| 00000150 79 20 62 65 74 77 65 65 6e 20 74 68 65 20 74 77 |y between the tw| 00000160 6f 2e 0a 0a 59 6f 75 20 63 61 6e 20 61 6c 73 6f |o...You can also| 00000170 20 6a 75 73 74 69 66 79 20 73 70 72 69 74 65 73 | justify sprites| 00000180 20 69 6e 20 74 68 65 20 73 61 6d 65 20 77 61 79 | in the same way| 00000190 2e 0a 0a 59 6f 75 20 63 61 6e 20 6d 6f 76 65 20 |...You can move | 000001a0 61 72 6f 75 6e 64 20 74 68 65 20 74 65 78 74 20 |around the text | 000001b0 62 79 20 65 69 74 68 65 72 20 64 72 61 67 67 69 |by either draggi| 000001c0 6e 67 20 74 68 65 20 73 63 72 6f 6c 6c 20 62 61 |ng the scroll ba| 000001d0 72 73 2c 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 |rs, clicking on | 000001e0 74 68 65 20 61 72 72 6f 77 73 2c 20 6f 72 20 62 |the arrows, or b| 000001f0 79 20 70 72 65 73 73 69 6e 67 20 74 68 65 20 75 |y pressing the u| 00000200 70 2f 64 6f 77 6e 20 63 75 72 73 6f 72 20 6b 65 |p/down cursor ke| 00000210 79 73 2c 20 6f 72 20 70 61 67 65 20 75 70 2f 64 |ys, or page up/d| 00000220 6f 77 6e 2e 20 20 0a 20 20 20 20 20 20 20 20 20 |own. . | 00000230 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000250 20 20 20 0a 0a 0a 0a 23 43 5f 5f 5f 5f 5f 5f 5f | ....#C_______| 00000260 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 000002a0 5f 5f 5f 5f 5f 5f 5f 0a 0a 23 52 5b 6d 6f 72 65 |_______..#R[more| 000002b0 5d 0a 0a 0a 0a 0a 55 73 69 6e 67 20 74 68 65 20 |].....Using the | 000002c0 70 72 6f 67 72 61 6d 20 3a 0a 0a 54 6f 20 73 65 |program :..To se| 000002d0 6e 64 20 79 6f 75 72 20 6f 77 6e 20 6c 65 74 74 |nd your own lett| 000002e0 65 72 20 75 73 69 6e 67 20 4c 65 74 74 65 72 56 |er using LetterV| 000002f0 69 65 77 2c 20 79 6f 75 20 6e 65 65 64 20 74 6f |iew, you need to| 00000300 20 61 6c 74 65 72 20 74 68 65 20 22 4c 65 74 74 | alter the "Lett| 00000310 65 72 22 20 66 69 6c 65 20 69 6e 20 74 68 65 20 |er" file in the | 00000320 21 4c 65 74 74 72 56 69 65 77 20 64 69 72 65 63 |!LettrView direc| 00000330 74 6f 72 79 2e 0a 0a 45 6e 74 65 72 20 74 68 65 |tory...Enter the| 00000340 20 74 65 78 74 20 61 73 20 75 73 75 61 6c 2c 20 | text as usual, | 00000350 69 6e 20 21 45 64 69 74 2e 20 54 68 69 73 20 74 |in !Edit. This t| 00000360 65 78 74 20 69 73 20 6a 75 73 74 69 66 69 65 64 |ext is justified| 00000370 20 6c 65 66 74 20 61 73 20 64 65 66 61 75 6c 74 | left as default| 00000380 2e 0a 0a 54 6f 20 63 65 6e 74 72 65 20 61 20 6c |...To centre a l| 00000390 69 6e 65 20 6f 66 20 74 65 78 74 2c 20 73 74 61 |ine of text, sta| 000003a0 72 74 20 74 68 65 20 6c 69 6e 65 20 77 69 74 68 |rt the line with| 000003b0 20 22 23 43 22 2c 20 74 68 65 6e 20 74 68 65 20 | "#C", then the | 000003c0 74 65 78 74 2e 20 46 6f 72 20 65 78 61 6d 70 6c |text. For exampl| 000003d0 65 2c 20 74 68 65 20 6c 69 6e 65 20 22 23 43 43 |e, the line "#CC| 000003e0 65 6e 74 72 65 64 2e 22 2c 20 70 72 6f 64 75 63 |entred.", produc| 000003f0 65 73 20 3a 0a 0a 23 43 43 65 6e 74 72 65 64 0a |es :..#CCentred.| 00000400 0a 54 6f 20 72 69 67 68 74 20 6a 75 73 74 69 66 |.To right justif| 00000410 79 20 74 68 65 20 74 65 78 74 2c 20 65 6e 74 65 |y the text, ente| 00000420 72 20 22 23 52 22 20 61 73 20 74 68 65 20 66 69 |r "#R" as the fi| 00000430 72 73 74 20 74 77 6f 20 63 68 61 72 61 63 74 65 |rst two characte| 00000440 72 73 20 6f 6e 20 74 68 65 20 6c 69 6e 65 2e 20 |rs on the line. | 00000450 46 6f 72 20 65 78 61 6d 70 6c 65 2c 20 22 23 52 |For example, "#R| 00000460 4a 75 73 74 69 66 69 65 64 20 72 69 67 68 74 22 |Justified right"| 00000470 20 70 72 6f 64 75 63 65 73 20 3a 0a 0a 23 52 4a | produces :..#RJ| 00000480 75 73 74 69 66 69 65 64 20 72 69 67 68 74 2e 0a |ustified right..| 00000490 0a 4f 66 20 63 6f 75 72 73 65 2c 20 65 6e 74 65 |.Of course, ente| 000004a0 72 69 6e 67 20 22 23 4c 22 20 6a 75 73 74 69 66 |ring "#L" justif| 000004b0 69 65 73 20 74 68 65 20 74 65 78 74 20 74 6f 20 |ies the text to | 000004c0 74 68 65 20 6c 65 66 74 2c 20 62 75 74 20 61 73 |the left, but as| 000004d0 20 74 68 69 73 20 69 73 20 74 68 65 20 64 65 66 | this is the def| 000004e0 61 75 6c 74 2c 20 69 74 20 69 73 20 72 61 72 65 |ault, it is rare| 000004f0 6c 79 20 6e 65 65 64 65 64 21 2c 20 73 6f 20 22 |ly needed!, so "| 00000500 23 4c 57 61 73 74 65 20 6f 66 20 54 69 6d 65 2e |#LWaste of Time.| 00000510 22 20 70 72 6f 64 75 63 65 73 20 3a 0a 0a 23 4c |" produces :..#L| 00000520 57 61 73 74 65 20 6f 66 20 54 69 6d 65 2e 0a 0a |Waste of Time...| 00000530 0a 0a 0a 53 70 72 69 74 65 73 20 63 61 6e 20 61 |...Sprites can a| 00000540 6c 73 6f 20 62 65 20 65 6e 74 65 72 65 64 20 69 |lso be entered i| 00000550 6e 74 6f 20 74 68 65 20 74 65 78 74 2c 20 62 79 |nto the text, by| 00000560 20 73 70 65 63 69 66 79 69 6e 67 20 3a 0a 0a 22 | specifying :.."| 00000570 23 53 78 3c 46 69 6c 65 6e 61 6d 65 20 6f 66 20 |#Sx<Filename of | 00000580 73 70 72 69 74 65 20 66 69 6c 65 3e 20 3c 4e 61 |sprite file> <Na| 00000590 6d 65 20 6f 66 20 73 70 72 69 74 65 3e 22 0a 0a |me of sprite>"..| 000005a0 2e 2e 2e 2e 77 68 65 72 65 20 27 78 27 20 69 73 |....where 'x' is| 000005b0 20 22 52 22 2c 22 4c 22 20 6f 72 20 22 43 22 2c | "R","L" or "C",| 000005c0 20 61 6e 64 20 64 65 66 69 6e 65 73 20 77 68 65 | and defines whe| 000005d0 74 68 65 72 20 74 68 65 20 73 70 72 69 74 65 20 |ther the sprite | 000005e0 69 73 20 74 6f 20 62 65 20 6a 75 73 74 69 66 69 |is to be justifi| 000005f0 65 64 20 74 6f 20 74 68 65 20 72 69 67 68 74 2c |ed to the right,| 00000600 20 6c 65 66 74 20 6f 72 20 63 65 6e 74 72 65 2e | left or centre.| 00000610 0a 0a 53 6f 2c 20 22 23 53 4c 3c 4c 65 74 74 65 |..So, "#SL<Lette| 00000620 72 56 69 65 77 24 44 69 72 3e 2e 21 53 70 72 69 |rView$Dir>.!Spri| 00000630 74 65 73 20 21 21 4c 65 74 74 65 72 22 2c 20 69 |tes !!Letter", i| 00000640 73 20 3a 0a 0a 23 53 4c 3c 4c 65 74 74 65 72 56 |s :..#SL<LetterV| 00000650 69 65 77 24 44 69 72 3e 2e 21 53 70 72 69 74 65 |iew$Dir>.!Sprite| 00000660 73 20 21 21 4c 65 74 74 65 72 0a 0a 22 23 53 43 |s !!Letter.."#SC| 00000670 3c 4c 65 74 74 65 72 56 69 65 77 24 44 69 72 3e |<LetterView$Dir>| 00000680 2e 21 53 70 72 69 74 65 73 20 21 21 4c 65 74 74 |.!Sprites !!Lett| 00000690 65 72 22 2c 20 69 73 20 3a 0a 0a 23 53 43 3c 4c |er", is :..#SC<L| 000006a0 65 74 74 65 72 56 69 65 77 24 44 69 72 3e 2e 21 |etterView$Dir>.!| 000006b0 53 70 72 69 74 65 73 20 21 21 4c 65 74 74 65 72 |Sprites !!Letter| 000006c0 0a 0a 61 6e 64 20 22 23 53 52 3c 4c 65 74 74 65 |..and "#SR<Lette| 000006d0 72 56 69 65 77 24 44 69 72 3e 2e 21 53 70 72 69 |rView$Dir>.!Spri| 000006e0 74 65 73 20 21 21 4c 65 74 74 65 72 22 2c 20 69 |tes !!Letter", i| 000006f0 73 20 3a 0a 0a 23 53 52 3c 4c 65 74 74 65 72 56 |s :..#SR<LetterV| 00000700 69 65 77 24 44 69 72 3e 2e 21 53 70 72 69 74 65 |iew$Dir>.!Sprite| 00000710 73 20 21 21 4c 65 74 74 65 72 0a 0a 0a 0a 0a 0a |s !!Letter......| 00000720 0a 0a 0a 0a 0a 23 43 5f 5f 5f 5f 5f 5f 5f 5f 5f |.....#C_________| 00000730 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000770 5f 5f 5f 5f 5f 0a 0a 0a 41 6e 20 65 78 61 6d 70 |_____...An examp| 00000780 6c 65 2c 20 73 68 6f 77 69 6e 67 20 74 68 65 20 |le, showing the | 00000790 75 74 69 6c 69 74 79 20 69 6e 20 75 73 65 2c 20 |utility in use, | 000007a0 61 6e 64 20 6f 75 74 6c 69 6e 69 6e 67 20 69 74 |and outlining it| 000007b0 73 20 63 6f 6e 64 69 74 69 6f 6e 73 20 6f 66 20 |s conditions of | 000007c0 75 73 65 20 66 6f 6c 6c 6f 77 73 20 3a 0a 0a 0a |use follows :...| 000007d0 23 43 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |#C______________| 000007e0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000820 0a 0a 23 53 43 3c 4c 65 74 74 65 72 56 69 65 77 |..#SC<LetterView| 00000830 24 44 69 72 3e 2e 48 65 6c 70 52 65 73 2e 4d 79 |$Dir>.HelpRes.My| 00000840 6e 61 6d 65 20 6d 79 6e 61 6d 65 0a 0a 23 52 32 |name myname..#R2| 00000850 20 57 6f 6f 64 73 69 64 65 20 41 76 65 0a 23 52 | Woodside Ave.#R| 00000860 4d 6f 73 73 20 42 61 6e 6b 0a 23 52 53 74 2e 20 |Moss Bank.#RSt. | 00000870 48 65 6c 65 6e 73 0a 23 52 4d 65 72 73 65 79 73 |Helens.#RMerseys| 00000880 69 64 65 0a 23 52 57 41 31 31 20 37 42 53 0a 0a |ide.#RWA11 7BS..| 00000890 44 65 61 72 20 57 68 6f 65 76 65 72 20 69 74 20 |Dear Whoever it | 000008a0 6d 61 79 20 63 6f 6e 63 65 72 6e 2c 0a 0a 54 68 |may concern,..Th| 000008b0 69 73 20 69 73 20 61 20 6c 65 74 74 65 72 20 77 |is is a letter w| 000008c0 72 69 74 74 65 6e 20 74 6f 20 79 6f 75 2c 20 75 |ritten to you, u| 000008d0 73 69 6e 67 20 4c 65 74 74 65 72 56 69 65 77 2c |sing LetterView,| 000008e0 20 77 72 69 74 74 65 6e 20 62 79 20 53 74 75 61 | written by Stua| 000008f0 72 74 20 54 79 72 72 65 6c 6c 2e 20 59 6f 75 20 |rt Tyrrell. You | 00000900 6d 61 79 20 70 61 73 73 20 74 68 65 20 70 72 6f |may pass the pro| 00000910 67 72 61 6d 20 28 69 6e 20 69 74 73 20 65 6e 74 |gram (in its ent| 00000920 69 72 69 74 79 2c 20 61 6e 64 20 69 6e 63 6c 75 |irity, and inclu| 00000930 64 69 6e 67 20 74 68 69 73 20 68 65 6c 70 20 74 |ding this help t| 00000940 65 78 74 29 20 6f 6e 20 74 6f 20 77 68 6f 65 76 |ext) on to whoev| 00000950 65 72 20 79 6f 75 20 77 69 73 68 2e 20 54 68 69 |er you wish. Thi| 00000960 73 20 70 72 6f 67 72 61 6d 20 69 73 20 50 44 57 |s program is PDW| 00000970 61 72 65 2e 20 54 68 61 74 20 69 73 2c 20 74 68 |are. That is, th| 00000980 65 20 70 72 6f 67 72 61 6d 20 69 73 20 6e 6f 74 |e program is not| 00000990 20 73 68 61 72 65 77 61 72 65 20 61 73 20 73 75 | shareware as su| 000009a0 63 68 2c 20 69 6e 20 74 68 61 74 20 79 6f 75 20 |ch, in that you | 000009b0 61 72 65 20 66 72 65 65 20 74 6f 20 75 73 65 20 |are free to use | 000009c0 74 68 65 20 70 72 6f 67 72 61 6d 20 61 73 20 6d |the program as m| 000009d0 75 63 68 20 61 73 20 79 6f 75 20 77 69 73 68 20 |uch as you wish | 000009e0 77 69 74 68 6f 75 74 20 72 65 67 69 73 74 65 72 |without register| 000009f0 69 6e 67 2c 20 62 75 74 20 69 66 20 79 6f 75 20 |ing, but if you | 00000a00 66 69 6e 64 20 74 68 65 20 70 72 6f 67 72 61 6d |find the program| 00000a10 20 75 73 65 66 75 6c 2c 20 61 6e 64 20 77 69 73 | useful, and wis| 00000a20 68 20 74 6f 20 6f 62 74 61 69 6e 20 74 68 65 20 |h to obtain the | 00000a30 6c 61 74 65 73 74 20 76 65 72 73 69 6f 6e 20 6f |latest version o| 00000a40 66 20 69 74 20 61 6e 64 20 6d 79 20 6f 74 68 65 |f it and my othe| 00000a50 72 20 70 72 6f 67 72 61 6d 73 2c 20 79 6f 75 20 |r programs, you | 00000a60 6d 61 79 20 72 65 67 69 73 74 65 72 2c 20 61 73 |may register, as| 00000a70 20 64 65 74 61 69 6c 65 64 20 62 65 6c 6f 77 2e | detailed below.| 00000a80 0a 0a 0a 23 43 52 65 67 69 73 74 72 61 74 69 6f |...#CRegistratio| 00000a90 6e 0a 23 43 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |n.#C============| 00000aa0 0a 0a 54 68 65 20 72 65 67 69 73 74 72 61 74 69 |..The registrati| 00000ab0 6f 6e 20 66 65 65 20 66 6f 72 20 74 68 69 73 20 |on fee for this | 00000ac0 70 72 6f 67 72 61 6d 20 69 73 20 6c 65 66 74 20 |program is left | 00000ad0 74 6f 20 79 6f 75 72 20 64 69 73 63 72 65 74 69 |to your discreti| 00000ae0 6f 6e 2e 20 49 66 20 79 6f 75 20 72 65 67 69 73 |on. If you regis| 00000af0 74 65 72 2c 20 79 6f 75 20 77 69 6c 6c 20 62 65 |ter, you will be| 00000b00 20 65 6e 74 69 74 6c 65 64 20 74 6f 20 75 70 67 | entitled to upg| 00000b10 72 61 64 65 73 20 6f 66 20 74 68 69 73 20 73 6f |rades of this so| 00000b20 66 74 77 61 72 65 2c 20 61 6e 64 20 79 6f 75 20 |ftware, and you | 00000b30 6d 61 79 20 72 65 63 65 69 76 65 20 6f 74 68 65 |may receive othe| 00000b40 72 20 73 6f 66 74 77 61 72 65 20 77 68 69 63 68 |r software which| 00000b50 20 49 20 68 61 76 65 20 70 72 6f 64 75 63 65 64 | I have produced| 00000b60 20 6f 72 20 70 72 6f 64 75 63 65 20 69 6e 20 74 | or produce in t| 00000b70 68 65 20 66 75 74 75 72 65 2e 20 4f 62 76 69 6f |he future. Obvio| 00000b80 75 73 6c 79 2c 20 74 68 65 20 6d 6f 72 65 20 6d |usly, the more m| 00000b90 6f 6e 65 79 20 79 6f 75 20 73 65 6e 64 2c 20 74 |oney you send, t| 00000ba0 68 65 20 6d 6f 72 65 20 75 70 67 72 61 64 65 73 |he more upgrades| 00000bb0 20 49 20 63 61 6e 20 61 66 66 6f 72 64 20 74 6f | I can afford to| 00000bc0 20 73 65 6e 64 20 74 6f 20 79 6f 75 21 20 49 20 | send to you! I | 00000bd0 77 6f 75 6c 64 20 73 75 67 67 65 73 74 20 61 20 |would suggest a | 00000be0 72 65 67 69 73 74 72 61 74 69 6f 6e 20 66 65 65 |registration fee| 00000bf0 20 6f 66 20 61 72 6f 75 6e 64 20 a3 35 20 28 6f | of around .5 (o| 00000c00 72 20 a3 31 30 20 69 66 20 79 6f 75 20 72 65 61 |r .10 if you rea| 00000c10 6c 6c 79 20 6c 69 6b 65 20 74 68 65 20 70 72 6f |lly like the pro| 00000c20 67 72 61 6d 29 2e 20 49 20 72 65 67 72 65 74 20 |gram). I regret | 00000c30 74 68 61 74 20 49 20 63 61 6e 6e 6f 74 20 61 63 |that I cannot ac| 00000c40 63 65 70 74 20 72 65 67 69 73 74 72 61 74 69 6f |cept registratio| 00000c50 6e 73 20 6f 66 20 6c 65 73 73 20 74 68 61 6e 20 |ns of less than | 00000c60 a3 32 2c 20 61 73 20 69 74 20 6a 75 73 74 20 69 |.2, as it just i| 00000c70 73 6e 27 74 20 76 69 61 62 6c 65 20 66 6f 72 20 |sn't viable for | 00000c80 6d 65 20 74 6f 20 62 75 79 2c 20 63 6f 6d 70 69 |me to buy, compi| 00000c90 6c 65 20 61 6e 64 20 70 6f 73 74 20 64 69 73 6b |le and post disk| 00000ca0 73 20 66 6f 72 20 74 68 61 74 20 70 72 69 63 65 |s for that price| 00000cb0 2e 0a 0a 0a 23 43 50 2e 44 2e 20 4c 69 62 72 61 |....#CP.D. Libra| 00000cc0 72 69 65 73 20 61 6e 64 20 43 6f 6d 6d 65 72 63 |ries and Commerc| 00000cd0 69 61 6c 20 75 73 65 0a 23 43 3d 3d 3d 3d 3d 3d |ial use.#C======| 00000ce0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000cf0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 69 |===========..Thi| 00000d00 73 20 70 72 6f 67 72 61 6d 20 4d 41 59 20 4e 4f |s program MAY NO| 00000d10 54 20 62 65 20 75 73 65 64 20 61 73 20 61 20 72 |T be used as a r| 00000d20 65 61 64 65 72 20 66 6f 72 20 50 44 20 63 61 74 |eader for PD cat| 00000d30 61 6c 6f 67 75 65 73 2c 20 6d 61 67 61 7a 69 6e |alogues, magazin| 00000d40 65 73 2c 20 6f 72 20 66 6f 72 20 64 6f 63 75 6d |es, or for docum| 00000d50 65 6e 74 61 74 69 6f 6e 20 72 65 67 61 72 64 69 |entation regardi| 00000d60 6e 67 20 63 6f 6d 6d 65 72 63 69 61 6c 20 70 72 |ng commercial pr| 00000d70 6f 64 75 63 74 73 20 6f 72 20 76 65 6e 74 75 72 |oducts or ventur| 00000d80 65 73 20 77 69 74 68 6f 75 74 20 6d 79 20 70 65 |es without my pe| 00000d90 72 6d 69 73 73 69 6f 6e 2e 20 49 66 20 79 6f 75 |rmission. If you| 00000da0 20 64 6f 20 77 69 73 68 20 74 6f 20 75 73 65 20 | do wish to use | 00000db0 4c 65 74 74 65 72 56 69 65 77 20 69 6e 20 74 68 |LetterView in th| 00000dc0 69 73 20 77 61 79 2c 20 70 6c 65 61 73 65 20 6c |is way, please l| 00000dd0 65 74 20 6d 65 20 6b 6e 6f 77 2e 0a 0a 0a 23 43 |et me know....#C| 00000de0 44 69 73 63 6c 61 69 6d 65 72 0a 23 43 3d 3d 3d |Disclaimer.#C===| 00000df0 3d 3d 3d 3d 3d 3d 3d 0a 0a 23 52 28 67 75 65 73 |=======..#R(gues| 00000e00 73 20 77 68 65 72 65 20 69 74 20 63 61 6d 65 20 |s where it came | 00000e10 66 72 6f 6d 21 29 2e 0a 0a 54 68 69 73 20 75 74 |from!)...This ut| 00000e20 69 6c 69 74 79 20 69 73 20 70 72 6f 76 69 64 65 |ility is provide| 00000e30 64 20 22 61 73 20 69 73 22 3b 20 49 20 63 61 6e |d "as is"; I can| 00000e40 20 6d 61 6b 65 20 6e 6f 20 77 61 72 72 61 6e 74 | make no warrant| 00000e50 79 2c 20 65 78 70 72 65 73 73 20 6f 72 20 69 6d |y, express or im| 00000e60 70 6c 69 65 64 2c 20 61 73 20 74 6f 20 74 68 65 |plied, as to the| 00000e70 20 6d 65 72 63 68 61 6e 74 61 62 69 6c 69 74 79 | merchantability| 00000e80 20 6f 66 20 74 68 69 73 20 73 6f 66 74 77 61 72 | of this softwar| 00000e90 65 20 6f 72 20 69 74 73 20 66 69 74 6e 65 73 73 |e or its fitness| 00000ea0 20 66 6f 72 20 61 6e 79 20 70 61 72 74 69 63 75 | for any particu| 00000eb0 6c 61 72 20 70 75 72 70 6f 73 65 2e 20 49 6e 20 |lar purpose. In | 00000ec0 6e 6f 20 63 69 72 63 75 6d 73 74 61 6e 63 65 73 |no circumstances| 00000ed0 20 73 68 61 6c 6c 20 49 20 62 65 20 6c 69 61 62 | shall I be liab| 00000ee0 6c 65 20 66 6f 72 20 61 6e 79 20 64 61 6d 61 67 |le for any damag| 00000ef0 65 2c 20 6c 6f 73 73 20 6f 66 20 70 72 6f 66 69 |e, loss of profi| 00000f00 74 73 2c 20 6f 72 20 61 6e 79 20 69 6e 64 69 72 |ts, or any indir| 00000f10 65 63 74 20 6f 72 20 63 6f 6e 73 65 71 75 65 6e |ect or consequen| 00000f20 74 69 61 6c 20 6c 6f 73 73 20 61 72 69 73 69 6e |tial loss arisin| 00000f30 67 20 6f 75 74 20 6f 66 20 74 68 65 20 75 73 65 |g out of the use| 00000f40 20 6f 66 20 74 68 69 73 20 73 6f 66 74 77 61 72 | of this softwar| 00000f50 65 20 6f 72 20 69 6e 61 62 69 6c 69 74 79 20 74 |e or inability t| 00000f60 6f 20 75 73 65 20 74 68 69 73 20 73 6f 66 74 77 |o use this softw| 00000f70 61 72 65 2c 20 65 76 65 6e 20 69 66 20 49 20 68 |are, even if I h| 00000f80 61 76 65 20 62 65 65 6e 20 61 64 76 69 73 65 64 |ave been advised| 00000f90 20 6f 66 20 74 68 65 20 70 6f 73 73 69 62 69 6c | of the possibil| 00000fa0 69 74 79 20 6f 66 20 73 75 63 68 20 6c 6f 73 73 |ity of such loss| 00000fb0 2e 0a 0a 0a 0a 59 6f 75 72 73 2c 0a 0a 23 53 4c |.....Yours,..#SL| 00000fc0 3c 4c 65 74 74 65 72 56 69 65 77 24 44 69 72 3e |<LetterView$Dir>| 00000fd0 2e 48 65 6c 70 52 65 73 2e 73 69 67 6e 61 74 75 |.HelpRes.signatu| 00000fe0 72 65 20 73 69 67 6e 61 74 75 72 65 0a 0a 53 74 |re signature..St| 00000ff0 75 61 72 74 2e 0a 0a 23 43 5f 5f 5f 5f 5f 5f 5f |uart...#C_______| 00001000 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00001040 5f 5f 5f 5f 5f 5f 5f 0a 0a 56 65 72 73 69 6f 6e |_______..Version| 00001050 20 48 69 73 74 6f 72 79 20 3a 0a 0a 30 2e 30 31 | History :..0.01| 00001060 20 20 2a 20 49 6e 69 74 69 61 6c 20 52 65 6c 65 | * Initial Rele| 00001070 61 73 65 20 28 22 21 4c 65 74 74 72 56 69 65 77 |ase ("!LettrView| 00001080 22 29 0a 0a 30 2e 30 32 20 20 2a 20 4c 69 6e 65 |")..0.02 * Line| 00001090 73 20 6e 6f 20 6c 6f 6e 67 65 72 20 68 61 76 65 |s no longer have| 000010a0 20 74 6f 20 62 65 20 66 6f 72 6d 61 74 74 65 64 | to be formatted| 000010b0 20 77 69 74 68 69 6e 20 21 45 64 69 74 20 2d 20 | within !Edit - | 000010c0 4c 65 74 74 65 72 56 69 65 77 20 77 69 6c 6c 0a |LetterView will.| 000010d0 20 20 20 20 20 20 20 20 61 75 74 6f 2d 66 6f 72 | auto-for| 000010e0 6d 61 74 2e 0a 20 20 20 20 20 20 2a 20 4c 65 74 |mat.. * Let| 000010f0 74 65 72 56 69 65 77 20 6e 6f 77 20 64 79 6e 61 |terView now dyna| 00001100 6d 69 63 61 6c 6c 79 20 61 6c 6c 6f 63 61 74 65 |mically allocate| 00001110 73 20 73 70 61 63 65 20 66 6f 72 20 74 68 65 20 |s space for the | 00001120 6c 65 74 74 65 72 20 66 72 6f 6d 20 74 68 65 0a |letter from the.| 00001130 20 20 20 20 20 20 20 20 22 66 72 65 65 22 20 70 | "free" p| 00001140 6f 6f 6c 2c 20 74 68 65 72 65 62 79 20 6f 6e 6c |ool, thereby onl| 00001150 79 20 75 73 69 6e 67 20 61 73 20 6d 75 63 68 20 |y using as much | 00001160 6d 65 6d 6f 72 79 20 61 73 20 69 73 20 6e 65 63 |memory as is nec| 00001170 65 73 73 61 72 79 2e 0a 20 20 20 20 20 20 2a 20 |essary.. * | 00001180 43 68 61 6e 67 65 64 20 6e 61 6d 65 20 74 6f 20 |Changed name to | 00001190 21 21 4c 65 74 74 65 72 0a 0a 30 2e 30 33 20 20 |!!Letter..0.03 | 000011a0 2a 20 4e 6f 77 20 70 72 6f 64 75 63 65 73 20 65 |* Now produces e| 000011b0 72 72 6f 72 20 77 68 65 6e 20 74 68 65 72 65 20 |rror when there | 000011c0 69 73 20 6e 6f 74 20 65 6e 6f 75 67 68 20 6d 65 |is not enough me| 000011d0 6d 6f 72 79 20 74 6f 20 6c 6f 61 64 20 64 6f 63 |mory to load doc| 000011e0 75 6d 65 6e 74 2e 0a 0a 30 2e 30 34 20 20 2a 20 |ument...0.04 * | 000011f0 4d 69 6e 6f 72 20 62 75 67 20 66 69 78 20 2d 20 |Minor bug fix - | 00001200 6e 6f 77 20 61 6c 6c 6f 77 73 20 79 6f 75 20 74 |now allows you t| 00001210 6f 20 6c 65 61 76 65 20 64 65 73 6b 74 6f 70 20 |o leave desktop | 00001220 77 69 74 68 20 61 20 64 6f 63 75 6d 65 6e 74 0a |with a document.| 00001230 20 20 20 20 20 20 20 20 6f 70 65 6e 21 21 0a 0a | open!!..| 00001240 30 2e 30 35 20 20 2a 20 41 64 64 65 64 20 63 75 |0.05 * Added cu| 00001250 72 73 6f 72 20 6b 65 79 20 63 6f 6e 74 72 6f 6c |rsor key control| 00001260 20 6f 66 20 6d 6f 76 65 6d 65 6e 74 20 61 72 6f | of movement aro| 00001270 75 6e 64 20 74 65 78 74 20 28 4c 65 74 74 65 72 |und text (Letter| 00001280 56 69 65 77 20 6e 65 65 64 73 0a 20 20 20 20 20 |View needs. | 00001290 20 20 20 74 68 65 20 69 6e 70 75 74 20 66 6f 63 | the input foc| 000012a0 75 73 20 66 6f 72 20 74 68 69 73 20 74 6f 20 77 |us for this to w| 000012b0 6f 72 6b 20 2d 20 6d 75 73 74 20 6b 65 65 70 20 |ork - must keep | 000012c0 74 6f 20 67 75 69 64 65 6c 69 6e 65 73 21 2c 20 |to guidelines!, | 000012d0 62 75 74 0a 20 20 20 20 20 20 20 20 69 74 20 67 |but. it g| 000012e0 61 69 6e 73 20 74 68 65 20 66 6f 63 75 73 20 77 |ains the focus w| 000012f0 68 65 6e 20 69 74 20 69 73 20 6c 6f 61 64 65 64 |hen it is loaded| 00001300 20 6f 72 20 74 68 65 20 70 6f 69 6e 74 65 72 20 | or the pointer | 00001310 70 61 73 73 65 73 20 6f 76 65 72 20 69 74 29 2e |passes over it).| 00001320 0a 0a 20 20 20 20 20 20 2a 20 4d 61 64 65 20 74 |.. * Made t| 00001330 68 65 20 70 72 6f 67 72 61 6d 20 22 50 44 57 61 |he program "PDWa| 00001340 72 65 22 2c 20 72 61 74 68 65 72 20 74 68 61 6e |re", rather than| 00001350 20 22 53 68 61 72 65 57 61 72 65 22 2e 0a 0a 30 | "ShareWare"...0| 00001360 2e 30 36 20 20 2a 20 41 6c 74 65 72 65 64 20 70 |.06 * Altered p| 00001370 72 6f 67 72 61 6d 20 74 6f 20 70 61 73 73 20 6f |rogram to pass o| 00001380 6e 20 27 48 6f 74 20 4b 65 79 73 27 20 77 68 69 |n 'Hot Keys' whi| 00001390 63 68 20 69 74 20 64 6f 65 73 20 6e 6f 74 20 72 |ch it does not r| 000013a0 65 63 6f 67 6e 69 73 65 2e 0a 0a 0a 46 75 74 75 |ecognise....Futu| 000013b0 72 65 20 49 6d 70 72 6f 76 65 6d 65 6e 74 73 20 |re Improvements | 000013c0 3a 0a 0a 2a 20 53 70 65 65 64 20 75 70 20 74 68 |:..* Speed up th| 000013d0 65 20 6c 6f 61 64 69 6e 67 20 6f 66 20 66 69 6c |e loading of fil| 000013e0 65 73 2e 0a 0a 2a 20 41 6c 6c 6f 77 20 64 69 73 |es...* Allow dis| 000013f0 70 6c 61 79 20 6f 66 20 64 72 61 77 66 69 6c 65 |play of drawfile| 00001400 73 2e 0a 0a 2a 20 50 72 6f 76 69 64 65 20 73 79 |s...* Provide sy| 00001410 73 74 65 6d 20 6f 66 20 22 66 72 61 6d 65 73 22 |stem of "frames"| 00001420 2c 20 73 6f 20 74 65 78 74 20 2f 20 67 72 61 70 |, so text / grap| 00001430 68 69 63 73 20 6d 61 79 20 62 65 20 70 6c 61 63 |hics may be plac| 00001440 65 64 20 61 6e 79 77 68 65 72 65 2e 0a 20 20 54 |ed anywhere.. T| 00001450 68 69 73 20 77 6f 75 6c 64 20 61 6c 73 6f 20 6d |his would also m| 00001460 65 61 6e 20 64 65 73 69 67 6e 69 6e 67 20 61 20 |ean designing a | 00001470 73 75 69 74 61 62 6c 65 20 65 64 69 74 6f 72 2e |suitable editor.| 00001480 0a 0a 0a 0a 20 a9 20 53 74 75 61 72 74 20 54 79 |.... . Stuart Ty| 00001490 72 72 65 6c 6c 20 31 39 39 31 2f 31 39 39 32 |rrell 1991/1992| 0000149f