Home » Archimedes archive » Acorn User » AU 1994-10.adf » !StarInfo_StarInfo » Burrows/!Resistor/!Help

Burrows/!Resistor/!Help

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

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

Tape/disk: Home » Archimedes archive » Acorn User » AU 1994-10.adf » !StarInfo_StarInfo
Filename: Burrows/!Resistor/!Help
Read OK:
File size: 0BA1 bytes
Load address: 0000
Exec address: 0000
File contents
                                Help for Resistor Version 2.17
                                ==============================
                                        By: Andrew Burrows
                                        ==================

Purpose
-------
        Resistor allows you to find the colour coding for any resistance in either 4 or 5 band format and vice versa.

Improvements since Version 1.00
-------------------------------
Version 2.00
------------
Colours window added.
Colour dragging added.
3D Radio icons.

Version 2.17
------------
Interactive help added.
Some minor bugs fixed.

Icon bar
--------
        Resistor puts an icon on the right hand side of the Icon bar. Clicking on the icon   with select or adjust (left or right mouse buttons) will show the resistor window. Clicking  with menu (middle mouse button) makes a menu appear:

Icon bar Menu
-------------
Selecting a menu Item has the following effects:

   |---------------|
   |   Resistor    |
   |---------------|
   |  Info        �|  <--- Leads to a window showing information about Resistor
   |---------------|
   |  Type        �|  <--- Leads to a dialogue box which allows you to choose between 5 or 4
   |               |       band format
   |� Show Colours |  <--- Toggles the presence of the colours menu
   |---------------|
   |  Quit         |  <--- Quits Resistor
   |---------------|

Resistor Window
---------------
       This window has a picture of a resistor at the top and 2 writable icons at the bottom. 
You can enter resistance into the icon labelled resistance in any of these formats:

        100   --- 100 ohms
        100R  --- 100 ohms
        100r  --- 100 ohms
        1K    --- 1000 ohms
        1k    --- 1000 ohms
        1M    --- 10000000 ohms
        1m    --- 10000000 ohms          

When you press Return or Enter in the resistance icon then the carat will move into the      tolerance icon. If you press Return or Enter in the tolerance icon then the picture of the   resistor will change to show the resistance and tolerance in it's bands. If the resistance   can not be represented properly then resistor will show the colour bands for the nearest     representable value eg. 5672 ohms can not be represented in 4 band format so resistor will   show 5670 if 4 band format is chosen.

Colours window.
---------------
You can drag colours from this window to the bands on the resistor and the value of the
resulting colour code will be show in the resistance and tolerance icons.

Thankyou to:
------------
Paul the I.T. Technician at Rainford High School for all his ideas and support and Rob for criticising everything I do.

How to contact us:
------------------
        If you want to contact Phagocytosis about any problems or ideas for resistor then you can write to us at:    

                12 Forest Mead,
                Eccleston,              
                St. Helens,
                Merseyside.
                WA10 5BU  



00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000020  48 65 6c 70 20 66 6f 72  20 52 65 73 69 73 74 6f  |Help for Resisto|
00000030  72 20 56 65 72 73 69 6f  6e 20 32 2e 31 37 0a 20  |r Version 2.17. |
00000040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000050  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 3d  |               =|
00000060  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000070  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 0a 20 20  |=============.  |
00000080  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000a0  20 20 20 20 20 20 42 79  3a 20 41 6e 64 72 65 77  |      By: Andrew|
000000b0  20 42 75 72 72 6f 77 73  0a 20 20 20 20 20 20 20  | Burrows.       |
000000c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000e0  20 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  | ===============|
000000f0  3d 3d 3d 0a 0a 50 75 72  70 6f 73 65 0a 2d 2d 2d  |===..Purpose.---|
00000100  2d 2d 2d 2d 0a 20 20 20  20 20 20 20 20 52 65 73  |----.        Res|
00000110  69 73 74 6f 72 20 61 6c  6c 6f 77 73 20 79 6f 75  |istor allows you|
00000120  20 74 6f 20 66 69 6e 64  20 74 68 65 20 63 6f 6c  | to find the col|
00000130  6f 75 72 20 63 6f 64 69  6e 67 20 66 6f 72 20 61  |our coding for a|
00000140  6e 79 20 72 65 73 69 73  74 61 6e 63 65 20 69 6e  |ny resistance in|
00000150  20 65 69 74 68 65 72 20  34 20 6f 72 20 35 20 62  | either 4 or 5 b|
00000160  61 6e 64 20 66 6f 72 6d  61 74 20 61 6e 64 20 76  |and format and v|
00000170  69 63 65 20 76 65 72 73  61 2e 0a 0a 49 6d 70 72  |ice versa...Impr|
00000180  6f 76 65 6d 65 6e 74 73  20 73 69 6e 63 65 20 56  |ovements since V|
00000190  65 72 73 69 6f 6e 20 31  2e 30 30 0a 2d 2d 2d 2d  |ersion 1.00.----|
000001a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000001b0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 56 65 72 73  |-----------.Vers|
000001c0  69 6f 6e 20 32 2e 30 30  0a 2d 2d 2d 2d 2d 2d 2d  |ion 2.00.-------|
000001d0  2d 2d 2d 2d 2d 0a 43 6f  6c 6f 75 72 73 20 77 69  |-----.Colours wi|
000001e0  6e 64 6f 77 20 61 64 64  65 64 2e 0a 43 6f 6c 6f  |ndow added..Colo|
000001f0  75 72 20 64 72 61 67 67  69 6e 67 20 61 64 64 65  |ur dragging adde|
00000200  64 2e 0a 33 44 20 52 61  64 69 6f 20 69 63 6f 6e  |d..3D Radio icon|
00000210  73 2e 0a 0a 56 65 72 73  69 6f 6e 20 32 2e 31 37  |s...Version 2.17|
00000220  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0a 49 6e  |.------------.In|
00000230  74 65 72 61 63 74 69 76  65 20 68 65 6c 70 20 61  |teractive help a|
00000240  64 64 65 64 2e 0a 53 6f  6d 65 20 6d 69 6e 6f 72  |dded..Some minor|
00000250  20 62 75 67 73 20 66 69  78 65 64 2e 0a 0a 49 63  | bugs fixed...Ic|
00000260  6f 6e 20 62 61 72 0a 2d  2d 2d 2d 2d 2d 2d 2d 0a  |on bar.--------.|
00000270  20 20 20 20 20 20 20 20  52 65 73 69 73 74 6f 72  |        Resistor|
00000280  20 70 75 74 73 20 61 6e  20 69 63 6f 6e 20 6f 6e  | puts an icon on|
00000290  20 74 68 65 20 72 69 67  68 74 20 68 61 6e 64 20  | the right hand |
000002a0  73 69 64 65 20 6f 66 20  74 68 65 20 49 63 6f 6e  |side of the Icon|
000002b0  20 62 61 72 2e 20 43 6c  69 63 6b 69 6e 67 20 6f  | bar. Clicking o|
000002c0  6e 20 74 68 65 20 69 63  6f 6e 20 20 20 77 69 74  |n the icon   wit|
000002d0  68 20 73 65 6c 65 63 74  20 6f 72 20 61 64 6a 75  |h select or adju|
000002e0  73 74 20 28 6c 65 66 74  20 6f 72 20 72 69 67 68  |st (left or righ|
000002f0  74 20 6d 6f 75 73 65 20  62 75 74 74 6f 6e 73 29  |t mouse buttons)|
00000300  20 77 69 6c 6c 20 73 68  6f 77 20 74 68 65 20 72  | will show the r|
00000310  65 73 69 73 74 6f 72 20  77 69 6e 64 6f 77 2e 20  |esistor window. |
00000320  43 6c 69 63 6b 69 6e 67  20 20 77 69 74 68 20 6d  |Clicking  with m|
00000330  65 6e 75 20 28 6d 69 64  64 6c 65 20 6d 6f 75 73  |enu (middle mous|
00000340  65 20 62 75 74 74 6f 6e  29 20 6d 61 6b 65 73 20  |e button) makes |
00000350  61 20 6d 65 6e 75 20 61  70 70 65 61 72 3a 0a 0a  |a menu appear:..|
00000360  49 63 6f 6e 20 62 61 72  20 4d 65 6e 75 0a 2d 2d  |Icon bar Menu.--|
00000370  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 53 65 6c 65  |-----------.Sele|
00000380  63 74 69 6e 67 20 61 20  6d 65 6e 75 20 49 74 65  |cting a menu Ite|
00000390  6d 20 68 61 73 20 74 68  65 20 66 6f 6c 6c 6f 77  |m has the follow|
000003a0  69 6e 67 20 65 66 66 65  63 74 73 3a 0a 0a 20 20  |ing effects:..  |
000003b0  20 7c 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  | |--------------|
000003c0  2d 7c 0a 20 20 20 7c 20  20 20 52 65 73 69 73 74  |-|.   |   Resist|
000003d0  6f 72 20 20 20 20 7c 0a  20 20 20 7c 2d 2d 2d 2d  |or    |.   |----|
000003e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 7c 0a 20 20 20  |-----------|.   |
000003f0  7c 20 20 49 6e 66 6f 20  20 20 20 20 20 20 20 89  ||  Info        .|
00000400  7c 20 20 3c 2d 2d 2d 20  4c 65 61 64 73 20 74 6f  ||  <--- Leads to|
00000410  20 61 20 77 69 6e 64 6f  77 20 73 68 6f 77 69 6e  | a window showin|
00000420  67 20 69 6e 66 6f 72 6d  61 74 69 6f 6e 20 61 62  |g information ab|
00000430  6f 75 74 20 52 65 73 69  73 74 6f 72 0a 20 20 20  |out Resistor.   |
00000440  7c 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  ||---------------|
00000450  7c 0a 20 20 20 7c 20 20  54 79 70 65 20 20 20 20  ||.   |  Type    |
00000460  20 20 20 20 89 7c 20 20  3c 2d 2d 2d 20 4c 65 61  |    .|  <--- Lea|
00000470  64 73 20 74 6f 20 61 20  64 69 61 6c 6f 67 75 65  |ds to a dialogue|
00000480  20 62 6f 78 20 77 68 69  63 68 20 61 6c 6c 6f 77  | box which allow|
00000490  73 20 79 6f 75 20 74 6f  20 63 68 6f 6f 73 65 20  |s you to choose |
000004a0  62 65 74 77 65 65 6e 20  35 20 6f 72 20 34 0a 20  |between 5 or 4. |
000004b0  20 20 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  |  |             |
000004c0  20 20 7c 20 20 20 20 20  20 20 62 61 6e 64 20 66  |  |       band f|
000004d0  6f 72 6d 61 74 0a 20 20  20 7c 80 20 53 68 6f 77  |ormat.   |. Show|
000004e0  20 43 6f 6c 6f 75 72 73  20 7c 20 20 3c 2d 2d 2d  | Colours |  <---|
000004f0  20 54 6f 67 67 6c 65 73  20 74 68 65 20 70 72 65  | Toggles the pre|
00000500  73 65 6e 63 65 20 6f 66  20 74 68 65 20 63 6f 6c  |sence of the col|
00000510  6f 75 72 73 20 6d 65 6e  75 0a 20 20 20 7c 2d 2d  |ours menu.   |--|
00000520  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 7c 0a 20  |-------------|. |
00000530  20 20 7c 20 20 51 75 69  74 20 20 20 20 20 20 20  |  |  Quit       |
00000540  20 20 7c 20 20 3c 2d 2d  2d 20 51 75 69 74 73 20  |  |  <--- Quits |
00000550  52 65 73 69 73 74 6f 72  0a 20 20 20 7c 2d 2d 2d  |Resistor.   |---|
00000560  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 7c 0a 0a 52  |------------|..R|
00000570  65 73 69 73 74 6f 72 20  57 69 6e 64 6f 77 0a 2d  |esistor Window.-|
00000580  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 20  |--------------. |
00000590  20 20 20 20 20 20 54 68  69 73 20 77 69 6e 64 6f  |      This windo|
000005a0  77 20 68 61 73 20 61 20  70 69 63 74 75 72 65 20  |w has a picture |
000005b0  6f 66 20 61 20 72 65 73  69 73 74 6f 72 20 61 74  |of a resistor at|
000005c0  20 74 68 65 20 74 6f 70  20 61 6e 64 20 32 20 77  | the top and 2 w|
000005d0  72 69 74 61 62 6c 65 20  69 63 6f 6e 73 20 61 74  |ritable icons at|
000005e0  20 74 68 65 20 62 6f 74  74 6f 6d 2e 20 0a 59 6f  | the bottom. .Yo|
000005f0  75 20 63 61 6e 20 65 6e  74 65 72 20 72 65 73 69  |u can enter resi|
00000600  73 74 61 6e 63 65 20 69  6e 74 6f 20 74 68 65 20  |stance into the |
00000610  69 63 6f 6e 20 6c 61 62  65 6c 6c 65 64 20 72 65  |icon labelled re|
00000620  73 69 73 74 61 6e 63 65  20 69 6e 20 61 6e 79 20  |sistance in any |
00000630  6f 66 20 74 68 65 73 65  20 66 6f 72 6d 61 74 73  |of these formats|
00000640  3a 0a 0a 20 20 20 20 20  20 20 20 31 30 30 20 20  |:..        100  |
00000650  20 2d 2d 2d 20 31 30 30  20 6f 68 6d 73 0a 20 20  | --- 100 ohms.  |
00000660  20 20 20 20 20 20 31 30  30 52 20 20 2d 2d 2d 20  |      100R  --- |
00000670  31 30 30 20 6f 68 6d 73  0a 20 20 20 20 20 20 20  |100 ohms.       |
00000680  20 31 30 30 72 20 20 2d  2d 2d 20 31 30 30 20 6f  | 100r  --- 100 o|
00000690  68 6d 73 0a 20 20 20 20  20 20 20 20 31 4b 20 20  |hms.        1K  |
000006a0  20 20 2d 2d 2d 20 31 30  30 30 20 6f 68 6d 73 0a  |  --- 1000 ohms.|
000006b0  20 20 20 20 20 20 20 20  31 6b 20 20 20 20 2d 2d  |        1k    --|
000006c0  2d 20 31 30 30 30 20 6f  68 6d 73 0a 20 20 20 20  |- 1000 ohms.    |
000006d0  20 20 20 20 31 4d 20 20  20 20 2d 2d 2d 20 31 30  |    1M    --- 10|
000006e0  30 30 30 30 30 30 20 6f  68 6d 73 0a 20 20 20 20  |000000 ohms.    |
000006f0  20 20 20 20 31 6d 20 20  20 20 2d 2d 2d 20 31 30  |    1m    --- 10|
00000700  30 30 30 30 30 30 20 6f  68 6d 73 20 20 20 20 20  |000000 ohms     |
00000710  20 20 20 20 20 0a 0a 57  68 65 6e 20 79 6f 75 20  |     ..When you |
00000720  70 72 65 73 73 20 52 65  74 75 72 6e 20 6f 72 20  |press Return or |
00000730  45 6e 74 65 72 20 69 6e  20 74 68 65 20 72 65 73  |Enter in the res|
00000740  69 73 74 61 6e 63 65 20  69 63 6f 6e 20 74 68 65  |istance icon the|
00000750  6e 20 74 68 65 20 63 61  72 61 74 20 77 69 6c 6c  |n the carat will|
00000760  20 6d 6f 76 65 20 69 6e  74 6f 20 74 68 65 20 20  | move into the  |
00000770  20 20 20 20 74 6f 6c 65  72 61 6e 63 65 20 69 63  |    tolerance ic|
00000780  6f 6e 2e 20 49 66 20 79  6f 75 20 70 72 65 73 73  |on. If you press|
00000790  20 52 65 74 75 72 6e 20  6f 72 20 45 6e 74 65 72  | Return or Enter|
000007a0  20 69 6e 20 74 68 65 20  74 6f 6c 65 72 61 6e 63  | in the toleranc|
000007b0  65 20 69 63 6f 6e 20 74  68 65 6e 20 74 68 65 20  |e icon then the |
000007c0  70 69 63 74 75 72 65 20  6f 66 20 74 68 65 20 20  |picture of the  |
000007d0  20 72 65 73 69 73 74 6f  72 20 77 69 6c 6c 20 63  | resistor will c|
000007e0  68 61 6e 67 65 20 74 6f  20 73 68 6f 77 20 74 68  |hange to show th|
000007f0  65 20 72 65 73 69 73 74  61 6e 63 65 20 61 6e 64  |e resistance and|
00000800  20 74 6f 6c 65 72 61 6e  63 65 20 69 6e 20 69 74  | tolerance in it|
00000810  27 73 20 62 61 6e 64 73  2e 20 49 66 20 74 68 65  |'s bands. If the|
00000820  20 72 65 73 69 73 74 61  6e 63 65 20 20 20 63 61  | resistance   ca|
00000830  6e 20 6e 6f 74 20 62 65  20 72 65 70 72 65 73 65  |n not be represe|
00000840  6e 74 65 64 20 70 72 6f  70 65 72 6c 79 20 74 68  |nted properly th|
00000850  65 6e 20 72 65 73 69 73  74 6f 72 20 77 69 6c 6c  |en resistor will|
00000860  20 73 68 6f 77 20 74 68  65 20 63 6f 6c 6f 75 72  | show the colour|
00000870  20 62 61 6e 64 73 20 66  6f 72 20 74 68 65 20 6e  | bands for the n|
00000880  65 61 72 65 73 74 20 20  20 20 20 72 65 70 72 65  |earest     repre|
00000890  73 65 6e 74 61 62 6c 65  20 76 61 6c 75 65 20 65  |sentable value e|
000008a0  67 2e 20 35 36 37 32 20  6f 68 6d 73 20 63 61 6e  |g. 5672 ohms can|
000008b0  20 6e 6f 74 20 62 65 20  72 65 70 72 65 73 65 6e  | not be represen|
000008c0  74 65 64 20 69 6e 20 34  20 62 61 6e 64 20 66 6f  |ted in 4 band fo|
000008d0  72 6d 61 74 20 73 6f 20  72 65 73 69 73 74 6f 72  |rmat so resistor|
000008e0  20 77 69 6c 6c 20 20 20  73 68 6f 77 20 35 36 37  | will   show 567|
000008f0  30 20 69 66 20 34 20 62  61 6e 64 20 66 6f 72 6d  |0 if 4 band form|
00000900  61 74 20 69 73 20 63 68  6f 73 65 6e 2e 0a 0a 43  |at is chosen...C|
00000910  6f 6c 6f 75 72 73 20 77  69 6e 64 6f 77 2e 0a 2d  |olours window..-|
00000920  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 59  |--------------.Y|
00000930  6f 75 20 63 61 6e 20 64  72 61 67 20 63 6f 6c 6f  |ou can drag colo|
00000940  75 72 73 20 66 72 6f 6d  20 74 68 69 73 20 77 69  |urs from this wi|
00000950  6e 64 6f 77 20 74 6f 20  74 68 65 20 62 61 6e 64  |ndow to the band|
00000960  73 20 6f 6e 20 74 68 65  20 72 65 73 69 73 74 6f  |s on the resisto|
00000970  72 20 61 6e 64 20 74 68  65 20 76 61 6c 75 65 20  |r and the value |
00000980  6f 66 20 74 68 65 0a 72  65 73 75 6c 74 69 6e 67  |of the.resulting|
00000990  20 63 6f 6c 6f 75 72 20  63 6f 64 65 20 77 69 6c  | colour code wil|
000009a0  6c 20 62 65 20 73 68 6f  77 20 69 6e 20 74 68 65  |l be show in the|
000009b0  20 72 65 73 69 73 74 61  6e 63 65 20 61 6e 64 20  | resistance and |
000009c0  74 6f 6c 65 72 61 6e 63  65 20 69 63 6f 6e 73 2e  |tolerance icons.|
000009d0  0a 0a 54 68 61 6e 6b 79  6f 75 20 74 6f 3a 0a 2d  |..Thankyou to:.-|
000009e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 50 61 75 6c  |-----------.Paul|
000009f0  20 74 68 65 20 49 2e 54  2e 20 54 65 63 68 6e 69  | the I.T. Techni|
00000a00  63 69 61 6e 20 61 74 20  52 61 69 6e 66 6f 72 64  |cian at Rainford|
00000a10  20 48 69 67 68 20 53 63  68 6f 6f 6c 20 66 6f 72  | High School for|
00000a20  20 61 6c 6c 20 68 69 73  20 69 64 65 61 73 20 61  | all his ideas a|
00000a30  6e 64 20 73 75 70 70 6f  72 74 20 61 6e 64 20 52  |nd support and R|
00000a40  6f 62 20 66 6f 72 20 63  72 69 74 69 63 69 73 69  |ob for criticisi|
00000a50  6e 67 20 65 76 65 72 79  74 68 69 6e 67 20 49 20  |ng everything I |
00000a60  64 6f 2e 0a 0a 48 6f 77  20 74 6f 20 63 6f 6e 74  |do...How to cont|
00000a70  61 63 74 20 75 73 3a 0a  2d 2d 2d 2d 2d 2d 2d 2d  |act us:.--------|
00000a80  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 20 20 20 20 20  |----------.     |
00000a90  20 20 20 49 66 20 79 6f  75 20 77 61 6e 74 20 74  |   If you want t|
00000aa0  6f 20 63 6f 6e 74 61 63  74 20 50 68 61 67 6f 63  |o contact Phagoc|
00000ab0  79 74 6f 73 69 73 20 61  62 6f 75 74 20 61 6e 79  |ytosis about any|
00000ac0  20 70 72 6f 62 6c 65 6d  73 20 6f 72 20 69 64 65  | problems or ide|
00000ad0  61 73 20 66 6f 72 20 72  65 73 69 73 74 6f 72 20  |as for resistor |
00000ae0  74 68 65 6e 20 79 6f 75  20 63 61 6e 20 77 72 69  |then you can wri|
00000af0  74 65 20 74 6f 20 75 73  20 61 74 3a 20 20 20 20  |te to us at:    |
00000b00  0a 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
00000b10  20 20 31 32 20 46 6f 72  65 73 74 20 4d 65 61 64  |  12 Forest Mead|
00000b20  2c 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |,.              |
00000b30  20 20 45 63 63 6c 65 73  74 6f 6e 2c 20 20 20 20  |  Eccleston,    |
00000b40  20 20 20 20 20 20 20 20  20 20 0a 20 20 20 20 20  |          .     |
00000b50  20 20 20 20 20 20 20 20  20 20 20 53 74 2e 20 48  |           St. H|
00000b60  65 6c 65 6e 73 2c 0a 20  20 20 20 20 20 20 20 20  |elens,.         |
00000b70  20 20 20 20 20 20 20 4d  65 72 73 65 79 73 69 64  |       Merseysid|
00000b80  65 2e 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |e..             |
00000b90  20 20 20 57 41 31 30 20  35 42 55 20 20 0a 0a 0a  |   WA10 5BU  ...|
00000ba0  0a                                                |.|
00000ba1