Home » Archimedes archive » Archimedes World » AW-1995-01-Disc2.adf » Disk2Jan95 » !AWJan95/Goodies/Event/Examples/!Text-DTP/Text-DTP/HelpData

!AWJan95/Goodies/Event/Examples/!Text-DTP/Text-DTP/HelpData

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-1995-01-Disc2.adf » Disk2Jan95
Filename: !AWJan95/Goodies/Event/Examples/!Text-DTP/Text-DTP/HelpData
Read OK:
File size: 0C5C bytes
Load address: 0000
Exec address: 0000
File contents
Text-DTP
Risc User ran an article some time ago about using !Impression to write real
WYSIWYG letters (Volume 4 Issue 2 page 45) which I tried and was really
impressed (groan) with. I was less happy about the fact that !Impression
document directories take up about 11k even for a small letter. I attempted
to overcome this by writing all my letters in one large !Edit file, only
creating the !Impression document for printing purposes. Unfortunately after
text has been formatted in !Edit, !Impression won't reformat it. I did
discover that search and replace in !Impression could be used (see page 265
of the manual) but this involves three steps and quite a lot of typing.

!Text-DTP takes a text file from the Filer or direct from !Edit, !Pipedream
etc and removes all the line feeds that cause the problems. After conversion
a Save As: dialog box appears which allows you to save the converted file or
drag it straight into an !Impression frame.Help for Text-DTP
#Indent 5
#Sprite 0,0 !text-dtp
  Text-DTP
   v 1.12
#Indent 0
---------------------
 * <Licence       > *
 * <Introduction  =>Intro> *
 * <How to use    =>HowToUse> *
 * <Change History=>history> *Licence
This application is supplied free to everyone 'as is', I 
do not give any guarantee that it is free of bugs, or 
supply any warranty about its suitability for use. However 
if there are any problems with it and you notify me of 
them then I will do my best to rectify them given the time 
and the ability. 

You are may give this application to anyone, via any 
medium, so long as :- 

1) It is delivered with ALL the supplied files and 
   unaltered (except !Run and !Boot). 

2) It is not supplied on a disc you are charging for 
   (except for media and postage costs). 

You have permission to use any part or the whole 
application in a project you intend to place in the public 
domain, as long as I am fully credited. If you wish to use 
these routines in a program that is for sale (for however 
much and for whatever reasons) or released as copyright 
material then my express permission in writing must be 
obtained. I maintain copyright on all the material 
supplied and reserve the right to amend these conditions 
in cases where I deem misuse. 

Complaints, suggestions, vast sums of money etc to the 
author:- 

Paul Hobbs
Rheinpfalzstrasse 2
85049 Ingolstadt
GermanyHow to use !Text-DTP
Simply drag the text file to convert to the
icon bar icon, and after conversion drag it
to a filer window for another application
that can accept text files.Update History    
V1.00 - Perfect first time (well maybe it could be tidied up a bit - 
        lots of redundant code still but it seems to work!)
        
V1.01 - Interface module used to give nicer 'look and feel'
      - !Help application used to dispense help text

V1.02 - Rewritten as an EvntShell demo program

V1.10 - Now uses MenuUtils module for menus

V1.11 - Slow BASIC conversion code replaced by turbo charged C
               version (it's called FilterLF and can be used from the
               command line)

V1.12 - Replaced close icon with 'Cancel' button
      - Now puts temporary files in the Wimp$ScrapDir 
00000000  54 65 78 74 2d 44 54 50  0a 52 69 73 63 20 55 73  |Text-DTP.Risc Us|
00000010  65 72 20 72 61 6e 20 61  6e 20 61 72 74 69 63 6c  |er ran an articl|
00000020  65 20 73 6f 6d 65 20 74  69 6d 65 20 61 67 6f 20  |e some time ago |
00000030  61 62 6f 75 74 20 75 73  69 6e 67 20 21 49 6d 70  |about using !Imp|
00000040  72 65 73 73 69 6f 6e 20  74 6f 20 77 72 69 74 65  |ression to write|
00000050  20 72 65 61 6c 0a 57 59  53 49 57 59 47 20 6c 65  | real.WYSIWYG le|
00000060  74 74 65 72 73 20 28 56  6f 6c 75 6d 65 20 34 20  |tters (Volume 4 |
00000070  49 73 73 75 65 20 32 20  70 61 67 65 20 34 35 29  |Issue 2 page 45)|
00000080  20 77 68 69 63 68 20 49  20 74 72 69 65 64 20 61  | which I tried a|
00000090  6e 64 20 77 61 73 20 72  65 61 6c 6c 79 0a 69 6d  |nd was really.im|
000000a0  70 72 65 73 73 65 64 20  28 67 72 6f 61 6e 29 20  |pressed (groan) |
000000b0  77 69 74 68 2e 20 49 20  77 61 73 20 6c 65 73 73  |with. I was less|
000000c0  20 68 61 70 70 79 20 61  62 6f 75 74 20 74 68 65  | happy about the|
000000d0  20 66 61 63 74 20 74 68  61 74 20 21 49 6d 70 72  | fact that !Impr|
000000e0  65 73 73 69 6f 6e 0a 64  6f 63 75 6d 65 6e 74 20  |ession.document |
000000f0  64 69 72 65 63 74 6f 72  69 65 73 20 74 61 6b 65  |directories take|
00000100  20 75 70 20 61 62 6f 75  74 20 31 31 6b 20 65 76  | up about 11k ev|
00000110  65 6e 20 66 6f 72 20 61  20 73 6d 61 6c 6c 20 6c  |en for a small l|
00000120  65 74 74 65 72 2e 20 49  20 61 74 74 65 6d 70 74  |etter. I attempt|
00000130  65 64 0a 74 6f 20 6f 76  65 72 63 6f 6d 65 20 74  |ed.to overcome t|
00000140  68 69 73 20 62 79 20 77  72 69 74 69 6e 67 20 61  |his by writing a|
00000150  6c 6c 20 6d 79 20 6c 65  74 74 65 72 73 20 69 6e  |ll my letters in|
00000160  20 6f 6e 65 20 6c 61 72  67 65 20 21 45 64 69 74  | one large !Edit|
00000170  20 66 69 6c 65 2c 20 6f  6e 6c 79 0a 63 72 65 61  | file, only.crea|
00000180  74 69 6e 67 20 74 68 65  20 21 49 6d 70 72 65 73  |ting the !Impres|
00000190  73 69 6f 6e 20 64 6f 63  75 6d 65 6e 74 20 66 6f  |sion document fo|
000001a0  72 20 70 72 69 6e 74 69  6e 67 20 70 75 72 70 6f  |r printing purpo|
000001b0  73 65 73 2e 20 55 6e 66  6f 72 74 75 6e 61 74 65  |ses. Unfortunate|
000001c0  6c 79 20 61 66 74 65 72  0a 74 65 78 74 20 68 61  |ly after.text ha|
000001d0  73 20 62 65 65 6e 20 66  6f 72 6d 61 74 74 65 64  |s been formatted|
000001e0  20 69 6e 20 21 45 64 69  74 2c 20 21 49 6d 70 72  | in !Edit, !Impr|
000001f0  65 73 73 69 6f 6e 20 77  6f 6e 27 74 20 72 65 66  |ession won't ref|
00000200  6f 72 6d 61 74 20 69 74  2e 20 49 20 64 69 64 0a  |ormat it. I did.|
00000210  64 69 73 63 6f 76 65 72  20 74 68 61 74 20 73 65  |discover that se|
00000220  61 72 63 68 20 61 6e 64  20 72 65 70 6c 61 63 65  |arch and replace|
00000230  20 69 6e 20 21 49 6d 70  72 65 73 73 69 6f 6e 20  | in !Impression |
00000240  63 6f 75 6c 64 20 62 65  20 75 73 65 64 20 28 73  |could be used (s|
00000250  65 65 20 70 61 67 65 20  32 36 35 0a 6f 66 20 74  |ee page 265.of t|
00000260  68 65 20 6d 61 6e 75 61  6c 29 20 62 75 74 20 74  |he manual) but t|
00000270  68 69 73 20 69 6e 76 6f  6c 76 65 73 20 74 68 72  |his involves thr|
00000280  65 65 20 73 74 65 70 73  20 61 6e 64 20 71 75 69  |ee steps and qui|
00000290  74 65 20 61 20 6c 6f 74  20 6f 66 20 74 79 70 69  |te a lot of typi|
000002a0  6e 67 2e 0a 0a 21 54 65  78 74 2d 44 54 50 20 74  |ng...!Text-DTP t|
000002b0  61 6b 65 73 20 61 20 74  65 78 74 20 66 69 6c 65  |akes a text file|
000002c0  20 66 72 6f 6d 20 74 68  65 20 46 69 6c 65 72 20  | from the Filer |
000002d0  6f 72 20 64 69 72 65 63  74 20 66 72 6f 6d 20 21  |or direct from !|
000002e0  45 64 69 74 2c 20 21 50  69 70 65 64 72 65 61 6d  |Edit, !Pipedream|
000002f0  0a 65 74 63 20 61 6e 64  20 72 65 6d 6f 76 65 73  |.etc and removes|
00000300  20 61 6c 6c 20 74 68 65  20 6c 69 6e 65 20 66 65  | all the line fe|
00000310  65 64 73 20 74 68 61 74  20 63 61 75 73 65 20 74  |eds that cause t|
00000320  68 65 20 70 72 6f 62 6c  65 6d 73 2e 20 41 66 74  |he problems. Aft|
00000330  65 72 20 63 6f 6e 76 65  72 73 69 6f 6e 0a 61 20  |er conversion.a |
00000340  53 61 76 65 20 41 73 3a  20 64 69 61 6c 6f 67 20  |Save As: dialog |
00000350  62 6f 78 20 61 70 70 65  61 72 73 20 77 68 69 63  |box appears whic|
00000360  68 20 61 6c 6c 6f 77 73  20 79 6f 75 20 74 6f 20  |h allows you to |
00000370  73 61 76 65 20 74 68 65  20 63 6f 6e 76 65 72 74  |save the convert|
00000380  65 64 20 66 69 6c 65 20  6f 72 0a 64 72 61 67 20  |ed file or.drag |
00000390  69 74 20 73 74 72 61 69  67 68 74 20 69 6e 74 6f  |it straight into|
000003a0  20 61 6e 20 21 49 6d 70  72 65 73 73 69 6f 6e 20  | an !Impression |
000003b0  66 72 61 6d 65 2e 48 65  6c 70 20 66 6f 72 20 54  |frame.Help for T|
000003c0  65 78 74 2d 44 54 50 0a  23 49 6e 64 65 6e 74 20  |ext-DTP.#Indent |
000003d0  35 0a 23 53 70 72 69 74  65 20 30 2c 30 20 21 74  |5.#Sprite 0,0 !t|
000003e0  65 78 74 2d 64 74 70 0a  20 20 54 65 78 74 2d 44  |ext-dtp.  Text-D|
000003f0  54 50 0a 20 20 20 76 20  31 2e 31 32 0a 23 49 6e  |TP.   v 1.12.#In|
00000400  64 65 6e 74 20 30 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |dent 0.---------|
00000410  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 20 2a 20  |------------. * |
00000420  3c 4c 69 63 65 6e 63 65  20 20 20 20 20 20 20 3e  |<Licence       >|
00000430  20 2a 0a 20 2a 20 3c 49  6e 74 72 6f 64 75 63 74  | *. * <Introduct|
00000440  69 6f 6e 20 20 3d 3e 49  6e 74 72 6f 3e 20 2a 0a  |ion  =>Intro> *.|
00000450  20 2a 20 3c 48 6f 77 20  74 6f 20 75 73 65 20 20  | * <How to use  |
00000460  20 20 3d 3e 48 6f 77 54  6f 55 73 65 3e 20 2a 0a  |  =>HowToUse> *.|
00000470  20 2a 20 3c 43 68 61 6e  67 65 20 48 69 73 74 6f  | * <Change Histo|
00000480  72 79 3d 3e 68 69 73 74  6f 72 79 3e 20 2a 4c 69  |ry=>history> *Li|
00000490  63 65 6e 63 65 0a 54 68  69 73 20 61 70 70 6c 69  |cence.This appli|
000004a0  63 61 74 69 6f 6e 20 69  73 20 73 75 70 70 6c 69  |cation is suppli|
000004b0  65 64 20 66 72 65 65 20  74 6f 20 65 76 65 72 79  |ed free to every|
000004c0  6f 6e 65 20 27 61 73 20  69 73 27 2c 20 49 20 0a  |one 'as is', I .|
000004d0  64 6f 20 6e 6f 74 20 67  69 76 65 20 61 6e 79 20  |do not give any |
000004e0  67 75 61 72 61 6e 74 65  65 20 74 68 61 74 20 69  |guarantee that i|
000004f0  74 20 69 73 20 66 72 65  65 20 6f 66 20 62 75 67  |t is free of bug|
00000500  73 2c 20 6f 72 20 0a 73  75 70 70 6c 79 20 61 6e  |s, or .supply an|
00000510  79 20 77 61 72 72 61 6e  74 79 20 61 62 6f 75 74  |y warranty about|
00000520  20 69 74 73 20 73 75 69  74 61 62 69 6c 69 74 79  | its suitability|
00000530  20 66 6f 72 20 75 73 65  2e 20 48 6f 77 65 76 65  | for use. Howeve|
00000540  72 20 0a 69 66 20 74 68  65 72 65 20 61 72 65 20  |r .if there are |
00000550  61 6e 79 20 70 72 6f 62  6c 65 6d 73 20 77 69 74  |any problems wit|
00000560  68 20 69 74 20 61 6e 64  20 79 6f 75 20 6e 6f 74  |h it and you not|
00000570  69 66 79 20 6d 65 20 6f  66 20 0a 74 68 65 6d 20  |ify me of .them |
00000580  74 68 65 6e 20 49 20 77  69 6c 6c 20 64 6f 20 6d  |then I will do m|
00000590  79 20 62 65 73 74 20 74  6f 20 72 65 63 74 69 66  |y best to rectif|
000005a0  79 20 74 68 65 6d 20 67  69 76 65 6e 20 74 68 65  |y them given the|
000005b0  20 74 69 6d 65 20 0a 61  6e 64 20 74 68 65 20 61  | time .and the a|
000005c0  62 69 6c 69 74 79 2e 20  0a 0a 59 6f 75 20 61 72  |bility. ..You ar|
000005d0  65 20 6d 61 79 20 67 69  76 65 20 74 68 69 73 20  |e may give this |
000005e0  61 70 70 6c 69 63 61 74  69 6f 6e 20 74 6f 20 61  |application to a|
000005f0  6e 79 6f 6e 65 2c 20 76  69 61 20 61 6e 79 20 0a  |nyone, via any .|
00000600  6d 65 64 69 75 6d 2c 20  73 6f 20 6c 6f 6e 67 20  |medium, so long |
00000610  61 73 20 3a 2d 20 0a 0a  31 29 20 49 74 20 69 73  |as :- ..1) It is|
00000620  20 64 65 6c 69 76 65 72  65 64 20 77 69 74 68 20  | delivered with |
00000630  41 4c 4c 20 74 68 65 20  73 75 70 70 6c 69 65 64  |ALL the supplied|
00000640  20 66 69 6c 65 73 20 61  6e 64 20 0a 20 20 20 75  | files and .   u|
00000650  6e 61 6c 74 65 72 65 64  20 28 65 78 63 65 70 74  |naltered (except|
00000660  20 21 52 75 6e 20 61 6e  64 20 21 42 6f 6f 74 29  | !Run and !Boot)|
00000670  2e 20 0a 0a 32 29 20 49  74 20 69 73 20 6e 6f 74  |. ..2) It is not|
00000680  20 73 75 70 70 6c 69 65  64 20 6f 6e 20 61 20 64  | supplied on a d|
00000690  69 73 63 20 79 6f 75 20  61 72 65 20 63 68 61 72  |isc you are char|
000006a0  67 69 6e 67 20 66 6f 72  20 0a 20 20 20 28 65 78  |ging for .   (ex|
000006b0  63 65 70 74 20 66 6f 72  20 6d 65 64 69 61 20 61  |cept for media a|
000006c0  6e 64 20 70 6f 73 74 61  67 65 20 63 6f 73 74 73  |nd postage costs|
000006d0  29 2e 20 0a 0a 59 6f 75  20 68 61 76 65 20 70 65  |). ..You have pe|
000006e0  72 6d 69 73 73 69 6f 6e  20 74 6f 20 75 73 65 20  |rmission to use |
000006f0  61 6e 79 20 70 61 72 74  20 6f 72 20 74 68 65 20  |any part or the |
00000700  77 68 6f 6c 65 20 0a 61  70 70 6c 69 63 61 74 69  |whole .applicati|
00000710  6f 6e 20 69 6e 20 61 20  70 72 6f 6a 65 63 74 20  |on in a project |
00000720  79 6f 75 20 69 6e 74 65  6e 64 20 74 6f 20 70 6c  |you intend to pl|
00000730  61 63 65 20 69 6e 20 74  68 65 20 70 75 62 6c 69  |ace in the publi|
00000740  63 20 0a 64 6f 6d 61 69  6e 2c 20 61 73 20 6c 6f  |c .domain, as lo|
00000750  6e 67 20 61 73 20 49 20  61 6d 20 66 75 6c 6c 79  |ng as I am fully|
00000760  20 63 72 65 64 69 74 65  64 2e 20 49 66 20 79 6f  | credited. If yo|
00000770  75 20 77 69 73 68 20 74  6f 20 75 73 65 20 0a 74  |u wish to use .t|
00000780  68 65 73 65 20 72 6f 75  74 69 6e 65 73 20 69 6e  |hese routines in|
00000790  20 61 20 70 72 6f 67 72  61 6d 20 74 68 61 74 20  | a program that |
000007a0  69 73 20 66 6f 72 20 73  61 6c 65 20 28 66 6f 72  |is for sale (for|
000007b0  20 68 6f 77 65 76 65 72  20 0a 6d 75 63 68 20 61  | however .much a|
000007c0  6e 64 20 66 6f 72 20 77  68 61 74 65 76 65 72 20  |nd for whatever |
000007d0  72 65 61 73 6f 6e 73 29  20 6f 72 20 72 65 6c 65  |reasons) or rele|
000007e0  61 73 65 64 20 61 73 20  63 6f 70 79 72 69 67 68  |ased as copyrigh|
000007f0  74 20 0a 6d 61 74 65 72  69 61 6c 20 74 68 65 6e  |t .material then|
00000800  20 6d 79 20 65 78 70 72  65 73 73 20 70 65 72 6d  | my express perm|
00000810  69 73 73 69 6f 6e 20 69  6e 20 77 72 69 74 69 6e  |ission in writin|
00000820  67 20 6d 75 73 74 20 62  65 20 0a 6f 62 74 61 69  |g must be .obtai|
00000830  6e 65 64 2e 20 49 20 6d  61 69 6e 74 61 69 6e 20  |ned. I maintain |
00000840  63 6f 70 79 72 69 67 68  74 20 6f 6e 20 61 6c 6c  |copyright on all|
00000850  20 74 68 65 20 6d 61 74  65 72 69 61 6c 20 0a 73  | the material .s|
00000860  75 70 70 6c 69 65 64 20  61 6e 64 20 72 65 73 65  |upplied and rese|
00000870  72 76 65 20 74 68 65 20  72 69 67 68 74 20 74 6f  |rve the right to|
00000880  20 61 6d 65 6e 64 20 74  68 65 73 65 20 63 6f 6e  | amend these con|
00000890  64 69 74 69 6f 6e 73 20  0a 69 6e 20 63 61 73 65  |ditions .in case|
000008a0  73 20 77 68 65 72 65 20  49 20 64 65 65 6d 20 6d  |s where I deem m|
000008b0  69 73 75 73 65 2e 20 0a  0a 43 6f 6d 70 6c 61 69  |isuse. ..Complai|
000008c0  6e 74 73 2c 20 73 75 67  67 65 73 74 69 6f 6e 73  |nts, suggestions|
000008d0  2c 20 76 61 73 74 20 73  75 6d 73 20 6f 66 20 6d  |, vast sums of m|
000008e0  6f 6e 65 79 20 65 74 63  20 74 6f 20 74 68 65 20  |oney etc to the |
000008f0  0a 61 75 74 68 6f 72 3a  2d 20 0a 0a 50 61 75 6c  |.author:- ..Paul|
00000900  20 48 6f 62 62 73 0a 52  68 65 69 6e 70 66 61 6c  | Hobbs.Rheinpfal|
00000910  7a 73 74 72 61 73 73 65  20 32 0a 38 35 30 34 39  |zstrasse 2.85049|
00000920  20 49 6e 67 6f 6c 73 74  61 64 74 0a 47 65 72 6d  | Ingolstadt.Germ|
00000930  61 6e 79 48 6f 77 20 74  6f 20 75 73 65 20 21 54  |anyHow to use !T|
00000940  65 78 74 2d 44 54 50 0a  53 69 6d 70 6c 79 20 64  |ext-DTP.Simply d|
00000950  72 61 67 20 74 68 65 20  74 65 78 74 20 66 69 6c  |rag the text fil|
00000960  65 20 74 6f 20 63 6f 6e  76 65 72 74 20 74 6f 20  |e to convert to |
00000970  74 68 65 0a 69 63 6f 6e  20 62 61 72 20 69 63 6f  |the.icon bar ico|
00000980  6e 2c 20 61 6e 64 20 61  66 74 65 72 20 63 6f 6e  |n, and after con|
00000990  76 65 72 73 69 6f 6e 20  64 72 61 67 20 69 74 0a  |version drag it.|
000009a0  74 6f 20 61 20 66 69 6c  65 72 20 77 69 6e 64 6f  |to a filer windo|
000009b0  77 20 66 6f 72 20 61 6e  6f 74 68 65 72 20 61 70  |w for another ap|
000009c0  70 6c 69 63 61 74 69 6f  6e 0a 74 68 61 74 20 63  |plication.that c|
000009d0  61 6e 20 61 63 63 65 70  74 20 74 65 78 74 20 66  |an accept text f|
000009e0  69 6c 65 73 2e 55 70 64  61 74 65 20 48 69 73 74  |iles.Update Hist|
000009f0  6f 72 79 20 20 20 20 0a  56 31 2e 30 30 20 2d 20  |ory    .V1.00 - |
00000a00  50 65 72 66 65 63 74 20  66 69 72 73 74 20 74 69  |Perfect first ti|
00000a10  6d 65 20 28 77 65 6c 6c  20 6d 61 79 62 65 20 69  |me (well maybe i|
00000a20  74 20 63 6f 75 6c 64 20  62 65 20 74 69 64 69 65  |t could be tidie|
00000a30  64 20 75 70 20 61 20 62  69 74 20 2d 20 0a 20 20  |d up a bit - .  |
00000a40  20 20 20 20 20 20 6c 6f  74 73 20 6f 66 20 72 65  |      lots of re|
00000a50  64 75 6e 64 61 6e 74 20  63 6f 64 65 20 73 74 69  |dundant code sti|
00000a60  6c 6c 20 62 75 74 20 69  74 20 73 65 65 6d 73 20  |ll but it seems |
00000a70  74 6f 20 77 6f 72 6b 21  29 0a 20 20 20 20 20 20  |to work!).      |
00000a80  20 20 0a 56 31 2e 30 31  20 2d 20 49 6e 74 65 72  |  .V1.01 - Inter|
00000a90  66 61 63 65 20 6d 6f 64  75 6c 65 20 75 73 65 64  |face module used|
00000aa0  20 74 6f 20 67 69 76 65  20 6e 69 63 65 72 20 27  | to give nicer '|
00000ab0  6c 6f 6f 6b 20 61 6e 64  20 66 65 65 6c 27 0a 20  |look and feel'. |
00000ac0  20 20 20 20 20 2d 20 21  48 65 6c 70 20 61 70 70  |     - !Help app|
00000ad0  6c 69 63 61 74 69 6f 6e  20 75 73 65 64 20 74 6f  |lication used to|
00000ae0  20 64 69 73 70 65 6e 73  65 20 68 65 6c 70 20 74  | dispense help t|
00000af0  65 78 74 0a 0a 56 31 2e  30 32 20 2d 20 52 65 77  |ext..V1.02 - Rew|
00000b00  72 69 74 74 65 6e 20 61  73 20 61 6e 20 45 76 6e  |ritten as an Evn|
00000b10  74 53 68 65 6c 6c 20 64  65 6d 6f 20 70 72 6f 67  |tShell demo prog|
00000b20  72 61 6d 0a 0a 56 31 2e  31 30 20 2d 20 4e 6f 77  |ram..V1.10 - Now|
00000b30  20 75 73 65 73 20 4d 65  6e 75 55 74 69 6c 73 20  | uses MenuUtils |
00000b40  6d 6f 64 75 6c 65 20 66  6f 72 20 6d 65 6e 75 73  |module for menus|
00000b50  0a 0a 56 31 2e 31 31 20  2d 20 53 6c 6f 77 20 42  |..V1.11 - Slow B|
00000b60  41 53 49 43 20 63 6f 6e  76 65 72 73 69 6f 6e 20  |ASIC conversion |
00000b70  63 6f 64 65 20 72 65 70  6c 61 63 65 64 20 62 79  |code replaced by|
00000b80  20 74 75 72 62 6f 20 63  68 61 72 67 65 64 20 43  | turbo charged C|
00000b90  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000ba0  76 65 72 73 69 6f 6e 20  28 69 74 27 73 20 63 61  |version (it's ca|
00000bb0  6c 6c 65 64 20 46 69 6c  74 65 72 4c 46 20 61 6e  |lled FilterLF an|
00000bc0  64 20 63 61 6e 20 62 65  20 75 73 65 64 20 66 72  |d can be used fr|
00000bd0  6f 6d 20 74 68 65 0a 20  20 20 20 20 20 20 20 20  |om the.         |
00000be0  20 20 20 20 20 20 63 6f  6d 6d 61 6e 64 20 6c 69  |      command li|
00000bf0  6e 65 29 0a 0a 56 31 2e  31 32 20 2d 20 52 65 70  |ne)..V1.12 - Rep|
00000c00  6c 61 63 65 64 20 63 6c  6f 73 65 20 69 63 6f 6e  |laced close icon|
00000c10  20 77 69 74 68 20 27 43  61 6e 63 65 6c 27 20 62  | with 'Cancel' b|
00000c20  75 74 74 6f 6e 0a 20 20  20 20 20 20 2d 20 4e 6f  |utton.      - No|
00000c30  77 20 70 75 74 73 20 74  65 6d 70 6f 72 61 72 79  |w puts temporary|
00000c40  20 66 69 6c 65 73 20 69  6e 20 74 68 65 20 57 69  | files in the Wi|
00000c50  6d 70 24 53 63 72 61 70  44 69 72 20              |mp$ScrapDir |
00000c5c