Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199204.adf » April92 » !AWApr92/Goodies/Convert/!Convert/!Help

!AWApr92/Goodies/Convert/!Convert/!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 » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199204.adf » April92
Filename: !AWApr92/Goodies/Convert/!Convert/!Help
Read OK:
File size: 10E9 bytes
Load address: 0000
Exec address: 0000
File contents
This is !Convert, version 1.00 (17 Jun 1991)

(c) Archimedes World April 1992

The !Convert directory contains the following files.

!Help     - This file.
!Run      - Obey file which starts the application.
!RunImage - Main BASIC code file.
!Sprites  - Contains the sprite which appears in direvoty viewers and on the icon bar.
Templates - Contains the window definitions for the convert window and info box.

!Convertor is a multitasking RISC OS application which will convert imperial
measurements into metric ones and vice versa (it will also let you change
metric/imperial units into other metric/imperial units, for example to
calculate the number of centimetres in a kilometre). The convertor will also
convert Farenheit and Celcius temperatures.

To run the program double click on it in a directory viewer. The program
will then be run and you will see it's icon on the icon bar. Press MENU over
this icon and you will get a fairly standard menu. The first option 'Info'
just leads to a window giving information about the application. The 'Quit'
option will terminate the program and remove it's windows and icons.

Press Select or Adjust over the icon and a window will be opened on your
screen. You will see that there are 8 boxes in two columns of four running
down the middle of the window. At the side of each box is a label telling
you what units are displayed in that box. To start with these labels will be
'Inches', 'Feet', 'Yards' and 'Miles' on the left and 'Millimetres',
'Centimetres', 'Metres' and 'Kilometres' on the right. The boxes in the
centre are all writeable, that is you can type numbers into them. To enter
text into one click over it with Select. The caret will appear in the box
and the colour of the window borders will change. You can delete the 0 that
is probably there using Delete or Copy. You can only type numbers, full
stops '.' or minuses '-' into a box. Other characters that you type are
ignored. When you have entered a value press Return. The other boxes will
now be filled in with the number of units equivalent to the number you
entered. All the numbers will be rounded to two decimal places. On occasion
a number cannot be seen totally in the box because it is too big. To see the
number simply move the caret to the correct box using Select or the arrow
keys and then use the arrow keys in the box to scroll left to right.

You can enter a value into any box which has a label to the side of it and
then all other values will be updated to the new value. So, for example,
suppose that you wanted to convert 7 feet 6 inches into metres. There are
three ways to do this. Firstly, enter the number as feet, as six inches is
half a foot then you can enter 7.5 into the 'Feet' box. Alternatively change
the value into inches giving 90 inches and enter this value into the inches
box. Lastly you could work out the feet part first and then the add the
inches bit. Whichever way you do it you should get a result of 2.29 metres.

You can change other meaurements besides length measurements. Click MENU
over the window and a menu will appear which is divided into two parts by a
dotted line. The top half contains the different types of measurement which
can be converted. These are 'Length', 'Area', 'Volume', 'Weight',
'Pressure', and 'Temperature'. Selecting one of these from the menu will
change the labels in the window to represent the new measurements. Each type
of measurement functions in the same way. Note that with some types of
measurement some boxes may not have labels. These boxes are not used for
this measurement, and won't change when you press return after you enter a
value. Note that the boxes do accept negative values. This is especially
useful when converting temperatures, but it will work for any of the
measurements.

The second part of the menu is for setting how accurately the numbers are
'rounded' before being displayed. When the program is run all numbers will
be rounded to two decimal places. You can alter this by typing a number into
the submenu which is reached from the 'Accuracy' option on the main menu.
Any value between 0 and 9 can be entered. Numbers will then be rounded to
the correct number of decimal places.

By the way, the current displayed group of measurements will have it's
option ticked in the menu.

Andrew Benson June 1991
00000000  54 68 69 73 20 69 73 20  21 43 6f 6e 76 65 72 74  |This is !Convert|
00000010  2c 20 76 65 72 73 69 6f  6e 20 31 2e 30 30 20 28  |, version 1.00 (|
00000020  31 37 20 4a 75 6e 20 31  39 39 31 29 0a 0a 28 63  |17 Jun 1991)..(c|
00000030  29 20 41 72 63 68 69 6d  65 64 65 73 20 57 6f 72  |) Archimedes Wor|
00000040  6c 64 20 41 70 72 69 6c  20 31 39 39 32 0a 0a 54  |ld April 1992..T|
00000050  68 65 20 21 43 6f 6e 76  65 72 74 20 64 69 72 65  |he !Convert dire|
00000060  63 74 6f 72 79 20 63 6f  6e 74 61 69 6e 73 20 74  |ctory contains t|
00000070  68 65 20 66 6f 6c 6c 6f  77 69 6e 67 20 66 69 6c  |he following fil|
00000080  65 73 2e 0a 0a 21 48 65  6c 70 20 20 20 20 20 2d  |es...!Help     -|
00000090  20 54 68 69 73 20 66 69  6c 65 2e 0a 21 52 75 6e  | This file..!Run|
000000a0  20 20 20 20 20 20 2d 20  4f 62 65 79 20 66 69 6c  |      - Obey fil|
000000b0  65 20 77 68 69 63 68 20  73 74 61 72 74 73 20 74  |e which starts t|
000000c0  68 65 20 61 70 70 6c 69  63 61 74 69 6f 6e 2e 0a  |he application..|
000000d0  21 52 75 6e 49 6d 61 67  65 20 2d 20 4d 61 69 6e  |!RunImage - Main|
000000e0  20 42 41 53 49 43 20 63  6f 64 65 20 66 69 6c 65  | BASIC code file|
000000f0  2e 0a 21 53 70 72 69 74  65 73 20 20 2d 20 43 6f  |..!Sprites  - Co|
00000100  6e 74 61 69 6e 73 20 74  68 65 20 73 70 72 69 74  |ntains the sprit|
00000110  65 20 77 68 69 63 68 20  61 70 70 65 61 72 73 20  |e which appears |
00000120  69 6e 20 64 69 72 65 76  6f 74 79 20 76 69 65 77  |in direvoty view|
00000130  65 72 73 20 61 6e 64 20  6f 6e 20 74 68 65 20 69  |ers and on the i|
00000140  63 6f 6e 20 62 61 72 2e  0a 54 65 6d 70 6c 61 74  |con bar..Templat|
00000150  65 73 20 2d 20 43 6f 6e  74 61 69 6e 73 20 74 68  |es - Contains th|
00000160  65 20 77 69 6e 64 6f 77  20 64 65 66 69 6e 69 74  |e window definit|
00000170  69 6f 6e 73 20 66 6f 72  20 74 68 65 20 63 6f 6e  |ions for the con|
00000180  76 65 72 74 20 77 69 6e  64 6f 77 20 61 6e 64 20  |vert window and |
00000190  69 6e 66 6f 20 62 6f 78  2e 0a 0a 21 43 6f 6e 76  |info box...!Conv|
000001a0  65 72 74 6f 72 20 69 73  20 61 20 6d 75 6c 74 69  |ertor is a multi|
000001b0  74 61 73 6b 69 6e 67 20  52 49 53 43 20 4f 53 20  |tasking RISC OS |
000001c0  61 70 70 6c 69 63 61 74  69 6f 6e 20 77 68 69 63  |application whic|
000001d0  68 20 77 69 6c 6c 20 63  6f 6e 76 65 72 74 20 69  |h will convert i|
000001e0  6d 70 65 72 69 61 6c 0a  6d 65 61 73 75 72 65 6d  |mperial.measurem|
000001f0  65 6e 74 73 20 69 6e 74  6f 20 6d 65 74 72 69 63  |ents into metric|
00000200  20 6f 6e 65 73 20 61 6e  64 20 76 69 63 65 20 76  | ones and vice v|
00000210  65 72 73 61 20 28 69 74  20 77 69 6c 6c 20 61 6c  |ersa (it will al|
00000220  73 6f 20 6c 65 74 20 79  6f 75 20 63 68 61 6e 67  |so let you chang|
00000230  65 0a 6d 65 74 72 69 63  2f 69 6d 70 65 72 69 61  |e.metric/imperia|
00000240  6c 20 75 6e 69 74 73 20  69 6e 74 6f 20 6f 74 68  |l units into oth|
00000250  65 72 20 6d 65 74 72 69  63 2f 69 6d 70 65 72 69  |er metric/imperi|
00000260  61 6c 20 75 6e 69 74 73  2c 20 66 6f 72 20 65 78  |al units, for ex|
00000270  61 6d 70 6c 65 20 74 6f  0a 63 61 6c 63 75 6c 61  |ample to.calcula|
00000280  74 65 20 74 68 65 20 6e  75 6d 62 65 72 20 6f 66  |te the number of|
00000290  20 63 65 6e 74 69 6d 65  74 72 65 73 20 69 6e 20  | centimetres in |
000002a0  61 20 6b 69 6c 6f 6d 65  74 72 65 29 2e 20 54 68  |a kilometre). Th|
000002b0  65 20 63 6f 6e 76 65 72  74 6f 72 20 77 69 6c 6c  |e convertor will|
000002c0  20 61 6c 73 6f 0a 63 6f  6e 76 65 72 74 20 46 61  | also.convert Fa|
000002d0  72 65 6e 68 65 69 74 20  61 6e 64 20 43 65 6c 63  |renheit and Celc|
000002e0  69 75 73 20 74 65 6d 70  65 72 61 74 75 72 65 73  |ius temperatures|
000002f0  2e 0a 0a 54 6f 20 72 75  6e 20 74 68 65 20 70 72  |...To run the pr|
00000300  6f 67 72 61 6d 20 64 6f  75 62 6c 65 20 63 6c 69  |ogram double cli|
00000310  63 6b 20 6f 6e 20 69 74  20 69 6e 20 61 20 64 69  |ck on it in a di|
00000320  72 65 63 74 6f 72 79 20  76 69 65 77 65 72 2e 20  |rectory viewer. |
00000330  54 68 65 20 70 72 6f 67  72 61 6d 0a 77 69 6c 6c  |The program.will|
00000340  20 74 68 65 6e 20 62 65  20 72 75 6e 20 61 6e 64  | then be run and|
00000350  20 79 6f 75 20 77 69 6c  6c 20 73 65 65 20 69 74  | you will see it|
00000360  27 73 20 69 63 6f 6e 20  6f 6e 20 74 68 65 20 69  |'s icon on the i|
00000370  63 6f 6e 20 62 61 72 2e  20 50 72 65 73 73 20 4d  |con bar. Press M|
00000380  45 4e 55 20 6f 76 65 72  0a 74 68 69 73 20 69 63  |ENU over.this ic|
00000390  6f 6e 20 61 6e 64 20 79  6f 75 20 77 69 6c 6c 20  |on and you will |
000003a0  67 65 74 20 61 20 66 61  69 72 6c 79 20 73 74 61  |get a fairly sta|
000003b0  6e 64 61 72 64 20 6d 65  6e 75 2e 20 54 68 65 20  |ndard menu. The |
000003c0  66 69 72 73 74 20 6f 70  74 69 6f 6e 20 27 49 6e  |first option 'In|
000003d0  66 6f 27 0a 6a 75 73 74  20 6c 65 61 64 73 20 74  |fo'.just leads t|
000003e0  6f 20 61 20 77 69 6e 64  6f 77 20 67 69 76 69 6e  |o a window givin|
000003f0  67 20 69 6e 66 6f 72 6d  61 74 69 6f 6e 20 61 62  |g information ab|
00000400  6f 75 74 20 74 68 65 20  61 70 70 6c 69 63 61 74  |out the applicat|
00000410  69 6f 6e 2e 20 54 68 65  20 27 51 75 69 74 27 0a  |ion. The 'Quit'.|
00000420  6f 70 74 69 6f 6e 20 77  69 6c 6c 20 74 65 72 6d  |option will term|
00000430  69 6e 61 74 65 20 74 68  65 20 70 72 6f 67 72 61  |inate the progra|
00000440  6d 20 61 6e 64 20 72 65  6d 6f 76 65 20 69 74 27  |m and remove it'|
00000450  73 20 77 69 6e 64 6f 77  73 20 61 6e 64 20 69 63  |s windows and ic|
00000460  6f 6e 73 2e 0a 0a 50 72  65 73 73 20 53 65 6c 65  |ons...Press Sele|
00000470  63 74 20 6f 72 20 41 64  6a 75 73 74 20 6f 76 65  |ct or Adjust ove|
00000480  72 20 74 68 65 20 69 63  6f 6e 20 61 6e 64 20 61  |r the icon and a|
00000490  20 77 69 6e 64 6f 77 20  77 69 6c 6c 20 62 65 20  | window will be |
000004a0  6f 70 65 6e 65 64 20 6f  6e 20 79 6f 75 72 0a 73  |opened on your.s|
000004b0  63 72 65 65 6e 2e 20 59  6f 75 20 77 69 6c 6c 20  |creen. You will |
000004c0  73 65 65 20 74 68 61 74  20 74 68 65 72 65 20 61  |see that there a|
000004d0  72 65 20 38 20 62 6f 78  65 73 20 69 6e 20 74 77  |re 8 boxes in tw|
000004e0  6f 20 63 6f 6c 75 6d 6e  73 20 6f 66 20 66 6f 75  |o columns of fou|
000004f0  72 20 72 75 6e 6e 69 6e  67 0a 64 6f 77 6e 20 74  |r running.down t|
00000500  68 65 20 6d 69 64 64 6c  65 20 6f 66 20 74 68 65  |he middle of the|
00000510  20 77 69 6e 64 6f 77 2e  20 41 74 20 74 68 65 20  | window. At the |
00000520  73 69 64 65 20 6f 66 20  65 61 63 68 20 62 6f 78  |side of each box|
00000530  20 69 73 20 61 20 6c 61  62 65 6c 20 74 65 6c 6c  | is a label tell|
00000540  69 6e 67 0a 79 6f 75 20  77 68 61 74 20 75 6e 69  |ing.you what uni|
00000550  74 73 20 61 72 65 20 64  69 73 70 6c 61 79 65 64  |ts are displayed|
00000560  20 69 6e 20 74 68 61 74  20 62 6f 78 2e 20 54 6f  | in that box. To|
00000570  20 73 74 61 72 74 20 77  69 74 68 20 74 68 65 73  | start with thes|
00000580  65 20 6c 61 62 65 6c 73  20 77 69 6c 6c 20 62 65  |e labels will be|
00000590  0a 27 49 6e 63 68 65 73  27 2c 20 27 46 65 65 74  |.'Inches', 'Feet|
000005a0  27 2c 20 27 59 61 72 64  73 27 20 61 6e 64 20 27  |', 'Yards' and '|
000005b0  4d 69 6c 65 73 27 20 6f  6e 20 74 68 65 20 6c 65  |Miles' on the le|
000005c0  66 74 20 61 6e 64 20 27  4d 69 6c 6c 69 6d 65 74  |ft and 'Millimet|
000005d0  72 65 73 27 2c 0a 27 43  65 6e 74 69 6d 65 74 72  |res',.'Centimetr|
000005e0  65 73 27 2c 20 27 4d 65  74 72 65 73 27 20 61 6e  |es', 'Metres' an|
000005f0  64 20 27 4b 69 6c 6f 6d  65 74 72 65 73 27 20 6f  |d 'Kilometres' o|
00000600  6e 20 74 68 65 20 72 69  67 68 74 2e 20 54 68 65  |n the right. The|
00000610  20 62 6f 78 65 73 20 69  6e 20 74 68 65 0a 63 65  | boxes in the.ce|
00000620  6e 74 72 65 20 61 72 65  20 61 6c 6c 20 77 72 69  |ntre are all wri|
00000630  74 65 61 62 6c 65 2c 20  74 68 61 74 20 69 73 20  |teable, that is |
00000640  79 6f 75 20 63 61 6e 20  74 79 70 65 20 6e 75 6d  |you can type num|
00000650  62 65 72 73 20 69 6e 74  6f 20 74 68 65 6d 2e 20  |bers into them. |
00000660  54 6f 20 65 6e 74 65 72  0a 74 65 78 74 20 69 6e  |To enter.text in|
00000670  74 6f 20 6f 6e 65 20 63  6c 69 63 6b 20 6f 76 65  |to one click ove|
00000680  72 20 69 74 20 77 69 74  68 20 53 65 6c 65 63 74  |r it with Select|
00000690  2e 20 54 68 65 20 63 61  72 65 74 20 77 69 6c 6c  |. The caret will|
000006a0  20 61 70 70 65 61 72 20  69 6e 20 74 68 65 20 62  | appear in the b|
000006b0  6f 78 0a 61 6e 64 20 74  68 65 20 63 6f 6c 6f 75  |ox.and the colou|
000006c0  72 20 6f 66 20 74 68 65  20 77 69 6e 64 6f 77 20  |r of the window |
000006d0  62 6f 72 64 65 72 73 20  77 69 6c 6c 20 63 68 61  |borders will cha|
000006e0  6e 67 65 2e 20 59 6f 75  20 63 61 6e 20 64 65 6c  |nge. You can del|
000006f0  65 74 65 20 74 68 65 20  30 20 74 68 61 74 0a 69  |ete the 0 that.i|
00000700  73 20 70 72 6f 62 61 62  6c 79 20 74 68 65 72 65  |s probably there|
00000710  20 75 73 69 6e 67 20 44  65 6c 65 74 65 20 6f 72  | using Delete or|
00000720  20 43 6f 70 79 2e 20 59  6f 75 20 63 61 6e 20 6f  | Copy. You can o|
00000730  6e 6c 79 20 74 79 70 65  20 6e 75 6d 62 65 72 73  |nly type numbers|
00000740  2c 20 66 75 6c 6c 0a 73  74 6f 70 73 20 27 2e 27  |, full.stops '.'|
00000750  20 6f 72 20 6d 69 6e 75  73 65 73 20 27 2d 27 20  | or minuses '-' |
00000760  69 6e 74 6f 20 61 20 62  6f 78 2e 20 4f 74 68 65  |into a box. Othe|
00000770  72 20 63 68 61 72 61 63  74 65 72 73 20 74 68 61  |r characters tha|
00000780  74 20 79 6f 75 20 74 79  70 65 20 61 72 65 0a 69  |t you type are.i|
00000790  67 6e 6f 72 65 64 2e 20  57 68 65 6e 20 79 6f 75  |gnored. When you|
000007a0  20 68 61 76 65 20 65 6e  74 65 72 65 64 20 61 20  | have entered a |
000007b0  76 61 6c 75 65 20 70 72  65 73 73 20 52 65 74 75  |value press Retu|
000007c0  72 6e 2e 20 54 68 65 20  6f 74 68 65 72 20 62 6f  |rn. The other bo|
000007d0  78 65 73 20 77 69 6c 6c  0a 6e 6f 77 20 62 65 20  |xes will.now be |
000007e0  66 69 6c 6c 65 64 20 69  6e 20 77 69 74 68 20 74  |filled in with t|
000007f0  68 65 20 6e 75 6d 62 65  72 20 6f 66 20 75 6e 69  |he number of uni|
00000800  74 73 20 65 71 75 69 76  61 6c 65 6e 74 20 74 6f  |ts equivalent to|
00000810  20 74 68 65 20 6e 75 6d  62 65 72 20 79 6f 75 0a  | the number you.|
00000820  65 6e 74 65 72 65 64 2e  20 41 6c 6c 20 74 68 65  |entered. All the|
00000830  20 6e 75 6d 62 65 72 73  20 77 69 6c 6c 20 62 65  | numbers will be|
00000840  20 72 6f 75 6e 64 65 64  20 74 6f 20 74 77 6f 20  | rounded to two |
00000850  64 65 63 69 6d 61 6c 20  70 6c 61 63 65 73 2e 20  |decimal places. |
00000860  4f 6e 20 6f 63 63 61 73  69 6f 6e 0a 61 20 6e 75  |On occasion.a nu|
00000870  6d 62 65 72 20 63 61 6e  6e 6f 74 20 62 65 20 73  |mber cannot be s|
00000880  65 65 6e 20 74 6f 74 61  6c 6c 79 20 69 6e 20 74  |een totally in t|
00000890  68 65 20 62 6f 78 20 62  65 63 61 75 73 65 20 69  |he box because i|
000008a0  74 20 69 73 20 74 6f 6f  20 62 69 67 2e 20 54 6f  |t is too big. To|
000008b0  20 73 65 65 20 74 68 65  0a 6e 75 6d 62 65 72 20  | see the.number |
000008c0  73 69 6d 70 6c 79 20 6d  6f 76 65 20 74 68 65 20  |simply move the |
000008d0  63 61 72 65 74 20 74 6f  20 74 68 65 20 63 6f 72  |caret to the cor|
000008e0  72 65 63 74 20 62 6f 78  20 75 73 69 6e 67 20 53  |rect box using S|
000008f0  65 6c 65 63 74 20 6f 72  20 74 68 65 20 61 72 72  |elect or the arr|
00000900  6f 77 0a 6b 65 79 73 20  61 6e 64 20 74 68 65 6e  |ow.keys and then|
00000910  20 75 73 65 20 74 68 65  20 61 72 72 6f 77 20 6b  | use the arrow k|
00000920  65 79 73 20 69 6e 20 74  68 65 20 62 6f 78 20 74  |eys in the box t|
00000930  6f 20 73 63 72 6f 6c 6c  20 6c 65 66 74 20 74 6f  |o scroll left to|
00000940  20 72 69 67 68 74 2e 0a  0a 59 6f 75 20 63 61 6e  | right...You can|
00000950  20 65 6e 74 65 72 20 61  20 76 61 6c 75 65 20 69  | enter a value i|
00000960  6e 74 6f 20 61 6e 79 20  62 6f 78 20 77 68 69 63  |nto any box whic|
00000970  68 20 68 61 73 20 61 20  6c 61 62 65 6c 20 74 6f  |h has a label to|
00000980  20 74 68 65 20 73 69 64  65 20 6f 66 20 69 74 20  | the side of it |
00000990  61 6e 64 0a 74 68 65 6e  20 61 6c 6c 20 6f 74 68  |and.then all oth|
000009a0  65 72 20 76 61 6c 75 65  73 20 77 69 6c 6c 20 62  |er values will b|
000009b0  65 20 75 70 64 61 74 65  64 20 74 6f 20 74 68 65  |e updated to the|
000009c0  20 6e 65 77 20 76 61 6c  75 65 2e 20 53 6f 2c 20  | new value. So, |
000009d0  66 6f 72 20 65 78 61 6d  70 6c 65 2c 0a 73 75 70  |for example,.sup|
000009e0  70 6f 73 65 20 74 68 61  74 20 79 6f 75 20 77 61  |pose that you wa|
000009f0  6e 74 65 64 20 74 6f 20  63 6f 6e 76 65 72 74 20  |nted to convert |
00000a00  37 20 66 65 65 74 20 36  20 69 6e 63 68 65 73 20  |7 feet 6 inches |
00000a10  69 6e 74 6f 20 6d 65 74  72 65 73 2e 20 54 68 65  |into metres. The|
00000a20  72 65 20 61 72 65 0a 74  68 72 65 65 20 77 61 79  |re are.three way|
00000a30  73 20 74 6f 20 64 6f 20  74 68 69 73 2e 20 46 69  |s to do this. Fi|
00000a40  72 73 74 6c 79 2c 20 65  6e 74 65 72 20 74 68 65  |rstly, enter the|
00000a50  20 6e 75 6d 62 65 72 20  61 73 20 66 65 65 74 2c  | number as feet,|
00000a60  20 61 73 20 73 69 78 20  69 6e 63 68 65 73 20 69  | as six inches i|
00000a70  73 0a 68 61 6c 66 20 61  20 66 6f 6f 74 20 74 68  |s.half a foot th|
00000a80  65 6e 20 79 6f 75 20 63  61 6e 20 65 6e 74 65 72  |en you can enter|
00000a90  20 37 2e 35 20 69 6e 74  6f 20 74 68 65 20 27 46  | 7.5 into the 'F|
00000aa0  65 65 74 27 20 62 6f 78  2e 20 41 6c 74 65 72 6e  |eet' box. Altern|
00000ab0  61 74 69 76 65 6c 79 20  63 68 61 6e 67 65 0a 74  |atively change.t|
00000ac0  68 65 20 76 61 6c 75 65  20 69 6e 74 6f 20 69 6e  |he value into in|
00000ad0  63 68 65 73 20 67 69 76  69 6e 67 20 39 30 20 69  |ches giving 90 i|
00000ae0  6e 63 68 65 73 20 61 6e  64 20 65 6e 74 65 72 20  |nches and enter |
00000af0  74 68 69 73 20 76 61 6c  75 65 20 69 6e 74 6f 20  |this value into |
00000b00  74 68 65 20 69 6e 63 68  65 73 0a 62 6f 78 2e 20  |the inches.box. |
00000b10  4c 61 73 74 6c 79 20 79  6f 75 20 63 6f 75 6c 64  |Lastly you could|
00000b20  20 77 6f 72 6b 20 6f 75  74 20 74 68 65 20 66 65  | work out the fe|
00000b30  65 74 20 70 61 72 74 20  66 69 72 73 74 20 61 6e  |et part first an|
00000b40  64 20 74 68 65 6e 20 74  68 65 20 61 64 64 20 74  |d then the add t|
00000b50  68 65 0a 69 6e 63 68 65  73 20 62 69 74 2e 20 57  |he.inches bit. W|
00000b60  68 69 63 68 65 76 65 72  20 77 61 79 20 79 6f 75  |hichever way you|
00000b70  20 64 6f 20 69 74 20 79  6f 75 20 73 68 6f 75 6c  | do it you shoul|
00000b80  64 20 67 65 74 20 61 20  72 65 73 75 6c 74 20 6f  |d get a result o|
00000b90  66 20 32 2e 32 39 20 6d  65 74 72 65 73 2e 0a 0a  |f 2.29 metres...|
00000ba0  59 6f 75 20 63 61 6e 20  63 68 61 6e 67 65 20 6f  |You can change o|
00000bb0  74 68 65 72 20 6d 65 61  75 72 65 6d 65 6e 74 73  |ther meaurements|
00000bc0  20 62 65 73 69 64 65 73  20 6c 65 6e 67 74 68 20  | besides length |
00000bd0  6d 65 61 73 75 72 65 6d  65 6e 74 73 2e 20 43 6c  |measurements. Cl|
00000be0  69 63 6b 20 4d 45 4e 55  0a 6f 76 65 72 20 74 68  |ick MENU.over th|
00000bf0  65 20 77 69 6e 64 6f 77  20 61 6e 64 20 61 20 6d  |e window and a m|
00000c00  65 6e 75 20 77 69 6c 6c  20 61 70 70 65 61 72 20  |enu will appear |
00000c10  77 68 69 63 68 20 69 73  20 64 69 76 69 64 65 64  |which is divided|
00000c20  20 69 6e 74 6f 20 74 77  6f 20 70 61 72 74 73 20  | into two parts |
00000c30  62 79 20 61 0a 64 6f 74  74 65 64 20 6c 69 6e 65  |by a.dotted line|
00000c40  2e 20 54 68 65 20 74 6f  70 20 68 61 6c 66 20 63  |. The top half c|
00000c50  6f 6e 74 61 69 6e 73 20  74 68 65 20 64 69 66 66  |ontains the diff|
00000c60  65 72 65 6e 74 20 74 79  70 65 73 20 6f 66 20 6d  |erent types of m|
00000c70  65 61 73 75 72 65 6d 65  6e 74 20 77 68 69 63 68  |easurement which|
00000c80  0a 63 61 6e 20 62 65 20  63 6f 6e 76 65 72 74 65  |.can be converte|
00000c90  64 2e 20 54 68 65 73 65  20 61 72 65 20 27 4c 65  |d. These are 'Le|
00000ca0  6e 67 74 68 27 2c 20 27  41 72 65 61 27 2c 20 27  |ngth', 'Area', '|
00000cb0  56 6f 6c 75 6d 65 27 2c  20 27 57 65 69 67 68 74  |Volume', 'Weight|
00000cc0  27 2c 0a 27 50 72 65 73  73 75 72 65 27 2c 20 61  |',.'Pressure', a|
00000cd0  6e 64 20 27 54 65 6d 70  65 72 61 74 75 72 65 27  |nd 'Temperature'|
00000ce0  2e 20 53 65 6c 65 63 74  69 6e 67 20 6f 6e 65 20  |. Selecting one |
00000cf0  6f 66 20 74 68 65 73 65  20 66 72 6f 6d 20 74 68  |of these from th|
00000d00  65 20 6d 65 6e 75 20 77  69 6c 6c 0a 63 68 61 6e  |e menu will.chan|
00000d10  67 65 20 74 68 65 20 6c  61 62 65 6c 73 20 69 6e  |ge the labels in|
00000d20  20 74 68 65 20 77 69 6e  64 6f 77 20 74 6f 20 72  | the window to r|
00000d30  65 70 72 65 73 65 6e 74  20 74 68 65 20 6e 65 77  |epresent the new|
00000d40  20 6d 65 61 73 75 72 65  6d 65 6e 74 73 2e 20 45  | measurements. E|
00000d50  61 63 68 20 74 79 70 65  0a 6f 66 20 6d 65 61 73  |ach type.of meas|
00000d60  75 72 65 6d 65 6e 74 20  66 75 6e 63 74 69 6f 6e  |urement function|
00000d70  73 20 69 6e 20 74 68 65  20 73 61 6d 65 20 77 61  |s in the same wa|
00000d80  79 2e 20 4e 6f 74 65 20  74 68 61 74 20 77 69 74  |y. Note that wit|
00000d90  68 20 73 6f 6d 65 20 74  79 70 65 73 20 6f 66 0a  |h some types of.|
00000da0  6d 65 61 73 75 72 65 6d  65 6e 74 20 73 6f 6d 65  |measurement some|
00000db0  20 62 6f 78 65 73 20 6d  61 79 20 6e 6f 74 20 68  | boxes may not h|
00000dc0  61 76 65 20 6c 61 62 65  6c 73 2e 20 54 68 65 73  |ave labels. Thes|
00000dd0  65 20 62 6f 78 65 73 20  61 72 65 20 6e 6f 74 20  |e boxes are not |
00000de0  75 73 65 64 20 66 6f 72  0a 74 68 69 73 20 6d 65  |used for.this me|
00000df0  61 73 75 72 65 6d 65 6e  74 2c 20 61 6e 64 20 77  |asurement, and w|
00000e00  6f 6e 27 74 20 63 68 61  6e 67 65 20 77 68 65 6e  |on't change when|
00000e10  20 79 6f 75 20 70 72 65  73 73 20 72 65 74 75 72  | you press retur|
00000e20  6e 20 61 66 74 65 72 20  79 6f 75 20 65 6e 74 65  |n after you ente|
00000e30  72 20 61 0a 76 61 6c 75  65 2e 20 4e 6f 74 65 20  |r a.value. Note |
00000e40  74 68 61 74 20 74 68 65  20 62 6f 78 65 73 20 64  |that the boxes d|
00000e50  6f 20 61 63 63 65 70 74  20 6e 65 67 61 74 69 76  |o accept negativ|
00000e60  65 20 76 61 6c 75 65 73  2e 20 54 68 69 73 20 69  |e values. This i|
00000e70  73 20 65 73 70 65 63 69  61 6c 6c 79 0a 75 73 65  |s especially.use|
00000e80  66 75 6c 20 77 68 65 6e  20 63 6f 6e 76 65 72 74  |ful when convert|
00000e90  69 6e 67 20 74 65 6d 70  65 72 61 74 75 72 65 73  |ing temperatures|
00000ea0  2c 20 62 75 74 20 69 74  20 77 69 6c 6c 20 77 6f  |, but it will wo|
00000eb0  72 6b 20 66 6f 72 20 61  6e 79 20 6f 66 20 74 68  |rk for any of th|
00000ec0  65 0a 6d 65 61 73 75 72  65 6d 65 6e 74 73 2e 0a  |e.measurements..|
00000ed0  0a 54 68 65 20 73 65 63  6f 6e 64 20 70 61 72 74  |.The second part|
00000ee0  20 6f 66 20 74 68 65 20  6d 65 6e 75 20 69 73 20  | of the menu is |
00000ef0  66 6f 72 20 73 65 74 74  69 6e 67 20 68 6f 77 20  |for setting how |
00000f00  61 63 63 75 72 61 74 65  6c 79 20 74 68 65 20 6e  |accurately the n|
00000f10  75 6d 62 65 72 73 20 61  72 65 0a 27 72 6f 75 6e  |umbers are.'roun|
00000f20  64 65 64 27 20 62 65 66  6f 72 65 20 62 65 69 6e  |ded' before bein|
00000f30  67 20 64 69 73 70 6c 61  79 65 64 2e 20 57 68 65  |g displayed. Whe|
00000f40  6e 20 74 68 65 20 70 72  6f 67 72 61 6d 20 69 73  |n the program is|
00000f50  20 72 75 6e 20 61 6c 6c  20 6e 75 6d 62 65 72 73  | run all numbers|
00000f60  20 77 69 6c 6c 0a 62 65  20 72 6f 75 6e 64 65 64  | will.be rounded|
00000f70  20 74 6f 20 74 77 6f 20  64 65 63 69 6d 61 6c 20  | to two decimal |
00000f80  70 6c 61 63 65 73 2e 20  59 6f 75 20 63 61 6e 20  |places. You can |
00000f90  61 6c 74 65 72 20 74 68  69 73 20 62 79 20 74 79  |alter this by ty|
00000fa0  70 69 6e 67 20 61 20 6e  75 6d 62 65 72 20 69 6e  |ping a number in|
00000fb0  74 6f 0a 74 68 65 20 73  75 62 6d 65 6e 75 20 77  |to.the submenu w|
00000fc0  68 69 63 68 20 69 73 20  72 65 61 63 68 65 64 20  |hich is reached |
00000fd0  66 72 6f 6d 20 74 68 65  20 27 41 63 63 75 72 61  |from the 'Accura|
00000fe0  63 79 27 20 6f 70 74 69  6f 6e 20 6f 6e 20 74 68  |cy' option on th|
00000ff0  65 20 6d 61 69 6e 20 6d  65 6e 75 2e 0a 41 6e 79  |e main menu..Any|
00001000  20 76 61 6c 75 65 20 62  65 74 77 65 65 6e 20 30  | value between 0|
00001010  20 61 6e 64 20 39 20 63  61 6e 20 62 65 20 65 6e  | and 9 can be en|
00001020  74 65 72 65 64 2e 20 4e  75 6d 62 65 72 73 20 77  |tered. Numbers w|
00001030  69 6c 6c 20 74 68 65 6e  20 62 65 20 72 6f 75 6e  |ill then be roun|
00001040  64 65 64 20 74 6f 0a 74  68 65 20 63 6f 72 72 65  |ded to.the corre|
00001050  63 74 20 6e 75 6d 62 65  72 20 6f 66 20 64 65 63  |ct number of dec|
00001060  69 6d 61 6c 20 70 6c 61  63 65 73 2e 0a 0a 42 79  |imal places...By|
00001070  20 74 68 65 20 77 61 79  2c 20 74 68 65 20 63 75  | the way, the cu|
00001080  72 72 65 6e 74 20 64 69  73 70 6c 61 79 65 64 20  |rrent displayed |
00001090  67 72 6f 75 70 20 6f 66  20 6d 65 61 73 75 72 65  |group of measure|
000010a0  6d 65 6e 74 73 20 77 69  6c 6c 20 68 61 76 65 20  |ments will have |
000010b0  69 74 27 73 0a 6f 70 74  69 6f 6e 20 74 69 63 6b  |it's.option tick|
000010c0  65 64 20 69 6e 20 74 68  65 20 6d 65 6e 75 2e 0a  |ed in the menu..|
000010d0  0a 41 6e 64 72 65 77 20  42 65 6e 73 6f 6e 20 4a  |.Andrew Benson J|
000010e0  75 6e 65 20 31 39 39 31  0a                       |une 1991.|
000010e9