Home » Archimedes archive » Acorn User » AU 1996-05.adf » Survey » !Questor/History

!Questor/History

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 1996-05.adf » Survey
Filename: !Questor/History
Read OK:
File size: 0CE8 bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
1.00    First released version

1.10    Permits a limit to be set on the number of options a user may select in a multiple answer question,
        via an optional extra parameter to the question data in the Questions file (so that #2 becomes eg
        #2,3 for a limit of no more than three choices).

1.20    Will allow user to reload an Ansor file. Useful to user being surveyed, as can edit a previously
        stored response. Useful to surveyor, as can use Questor to view individual choices in a single Ansor
        file. NB !Ansor 1.20 allows export of individual Ansor files from a survey database.

1.30    Added a type '4' question format.
        This allows "order of preference" questions, with appearance as for a grid question.
        Each row corresponds to one item, with a button being set in the column corresponding to the user's
        choice of preference for that item.
        Thus only one button may be set per row, as no item can be given two preferences,
        & only one button may be set per column, as no two items can have the same preference.
        ESG takes care of the '1 per row' restriction.
        If an attempt is made to violate '1 per column', the new choice will be made, however the item
        which previously had that preference will be given the former preference of the user changed item.
        Notice, that as with other question types, a question or part of a question may be left blank.
        This is to prevent false responses due to the default setting being analysed when the user actually
        ignored that question. It also handles the case where the wording of a question is such that a
        particular user cannot be guaranteed to be able to answer a question with a positive response
        (eg 'How many others read your copy of AC: 1, 2 or more than 2?', when the correct answer is 0).

        NB1 In Questions file, text is as for a grid question, but with the line of column texts omitted.
            Where required, column texts are automatically inserted with #cols set to #rows.
        NB2 This means #rows is restricted to the max #cols = 5.

        Ansor 1.30 supports type '4' questions.

1.31    Modification to ensure question window title text is prefixed by template title text for window
        Quest, rather than by text embeded in program. This permits distributor to alter initial part of
        title from 'Acorn Computing' to eg 'Acorn User', by editing template.

1.32    22/03/95   Middling sized modification to support an extra page type, page_end called "Ender".
        This carries a 'thank you' message as a final page to the survey. The address input
        page may be used with this - it will then appear as the penultimate page;
        alternatively, Ender may be used instead of this (simply omit the #A segment).
        Ender is made active by inclusion of a #E segment in the Questions text file:
        This should be followed by between 0 & 10 lines of text, each of upto 40 characters,
        with the final line marked by following it by a line beginning with a '*' character.
        This implies none of the lines of text may themselves begin with a '*'.
        If fewer than 10 lines of text are supplied, the ender window extent will be reduced
        accordingly.
00000000  0a 31 2e 30 30 20 20 20  20 46 69 72 73 74 20 72  |.1.00    First r|
00000010  65 6c 65 61 73 65 64 20  76 65 72 73 69 6f 6e 0a  |eleased version.|
00000020  0a 31 2e 31 30 20 20 20  20 50 65 72 6d 69 74 73  |.1.10    Permits|
00000030  20 61 20 6c 69 6d 69 74  20 74 6f 20 62 65 20 73  | a limit to be s|
00000040  65 74 20 6f 6e 20 74 68  65 20 6e 75 6d 62 65 72  |et on the number|
00000050  20 6f 66 20 6f 70 74 69  6f 6e 73 20 61 20 75 73  | of options a us|
00000060  65 72 20 6d 61 79 20 73  65 6c 65 63 74 20 69 6e  |er may select in|
00000070  20 61 20 6d 75 6c 74 69  70 6c 65 20 61 6e 73 77  | a multiple answ|
00000080  65 72 20 71 75 65 73 74  69 6f 6e 2c 0a 20 20 20  |er question,.   |
00000090  20 20 20 20 20 76 69 61  20 61 6e 20 6f 70 74 69  |     via an opti|
000000a0  6f 6e 61 6c 20 65 78 74  72 61 20 70 61 72 61 6d  |onal extra param|
000000b0  65 74 65 72 20 74 6f 20  74 68 65 20 71 75 65 73  |eter to the ques|
000000c0  74 69 6f 6e 20 64 61 74  61 20 69 6e 20 74 68 65  |tion data in the|
000000d0  20 51 75 65 73 74 69 6f  6e 73 20 66 69 6c 65 20  | Questions file |
000000e0  28 73 6f 20 74 68 61 74  20 23 32 20 62 65 63 6f  |(so that #2 beco|
000000f0  6d 65 73 20 65 67 0a 20  20 20 20 20 20 20 20 23  |mes eg.        #|
00000100  32 2c 33 20 66 6f 72 20  61 20 6c 69 6d 69 74 20  |2,3 for a limit |
00000110  6f 66 20 6e 6f 20 6d 6f  72 65 20 74 68 61 6e 20  |of no more than |
00000120  74 68 72 65 65 20 63 68  6f 69 63 65 73 29 2e 0a  |three choices)..|
00000130  0a 31 2e 32 30 20 20 20  20 57 69 6c 6c 20 61 6c  |.1.20    Will al|
00000140  6c 6f 77 20 75 73 65 72  20 74 6f 20 72 65 6c 6f  |low user to relo|
00000150  61 64 20 61 6e 20 41 6e  73 6f 72 20 66 69 6c 65  |ad an Ansor file|
00000160  2e 20 55 73 65 66 75 6c  20 74 6f 20 75 73 65 72  |. Useful to user|
00000170  20 62 65 69 6e 67 20 73  75 72 76 65 79 65 64 2c  | being surveyed,|
00000180  20 61 73 20 63 61 6e 20  65 64 69 74 20 61 20 70  | as can edit a p|
00000190  72 65 76 69 6f 75 73 6c  79 0a 20 20 20 20 20 20  |reviously.      |
000001a0  20 20 73 74 6f 72 65 64  20 72 65 73 70 6f 6e 73  |  stored respons|
000001b0  65 2e 20 55 73 65 66 75  6c 20 74 6f 20 73 75 72  |e. Useful to sur|
000001c0  76 65 79 6f 72 2c 20 61  73 20 63 61 6e 20 75 73  |veyor, as can us|
000001d0  65 20 51 75 65 73 74 6f  72 20 74 6f 20 76 69 65  |e Questor to vie|
000001e0  77 20 69 6e 64 69 76 69  64 75 61 6c 20 63 68 6f  |w individual cho|
000001f0  69 63 65 73 20 69 6e 20  61 20 73 69 6e 67 6c 65  |ices in a single|
00000200  20 41 6e 73 6f 72 0a 20  20 20 20 20 20 20 20 66  | Ansor.        f|
00000210  69 6c 65 2e 20 4e 42 20  21 41 6e 73 6f 72 20 31  |ile. NB !Ansor 1|
00000220  2e 32 30 20 61 6c 6c 6f  77 73 20 65 78 70 6f 72  |.20 allows expor|
00000230  74 20 6f 66 20 69 6e 64  69 76 69 64 75 61 6c 20  |t of individual |
00000240  41 6e 73 6f 72 20 66 69  6c 65 73 20 66 72 6f 6d  |Ansor files from|
00000250  20 61 20 73 75 72 76 65  79 20 64 61 74 61 62 61  | a survey databa|
00000260  73 65 2e 0a 0a 31 2e 33  30 20 20 20 20 41 64 64  |se...1.30    Add|
00000270  65 64 20 61 20 74 79 70  65 20 27 34 27 20 71 75  |ed a type '4' qu|
00000280  65 73 74 69 6f 6e 20 66  6f 72 6d 61 74 2e 0a 20  |estion format.. |
00000290  20 20 20 20 20 20 20 54  68 69 73 20 61 6c 6c 6f  |       This allo|
000002a0  77 73 20 22 6f 72 64 65  72 20 6f 66 20 70 72 65  |ws "order of pre|
000002b0  66 65 72 65 6e 63 65 22  20 71 75 65 73 74 69 6f  |ference" questio|
000002c0  6e 73 2c 20 77 69 74 68  20 61 70 70 65 61 72 61  |ns, with appeara|
000002d0  6e 63 65 20 61 73 20 66  6f 72 20 61 20 67 72 69  |nce as for a gri|
000002e0  64 20 71 75 65 73 74 69  6f 6e 2e 0a 20 20 20 20  |d question..    |
000002f0  20 20 20 20 45 61 63 68  20 72 6f 77 20 63 6f 72  |    Each row cor|
00000300  72 65 73 70 6f 6e 64 73  20 74 6f 20 6f 6e 65 20  |responds to one |
00000310  69 74 65 6d 2c 20 77 69  74 68 20 61 20 62 75 74  |item, with a but|
00000320  74 6f 6e 20 62 65 69 6e  67 20 73 65 74 20 69 6e  |ton being set in|
00000330  20 74 68 65 20 63 6f 6c  75 6d 6e 20 63 6f 72 72  | the column corr|
00000340  65 73 70 6f 6e 64 69 6e  67 20 74 6f 20 74 68 65  |esponding to the|
00000350  20 75 73 65 72 27 73 0a  20 20 20 20 20 20 20 20  | user's.        |
00000360  63 68 6f 69 63 65 20 6f  66 20 70 72 65 66 65 72  |choice of prefer|
00000370  65 6e 63 65 20 66 6f 72  20 74 68 61 74 20 69 74  |ence for that it|
00000380  65 6d 2e 0a 20 20 20 20  20 20 20 20 54 68 75 73  |em..        Thus|
00000390  20 6f 6e 6c 79 20 6f 6e  65 20 62 75 74 74 6f 6e  | only one button|
000003a0  20 6d 61 79 20 62 65 20  73 65 74 20 70 65 72 20  | may be set per |
000003b0  72 6f 77 2c 20 61 73 20  6e 6f 20 69 74 65 6d 20  |row, as no item |
000003c0  63 61 6e 20 62 65 20 67  69 76 65 6e 20 74 77 6f  |can be given two|
000003d0  20 70 72 65 66 65 72 65  6e 63 65 73 2c 0a 20 20  | preferences,.  |
000003e0  20 20 20 20 20 20 26 20  6f 6e 6c 79 20 6f 6e 65  |      & only one|
000003f0  20 62 75 74 74 6f 6e 20  6d 61 79 20 62 65 20 73  | button may be s|
00000400  65 74 20 70 65 72 20 63  6f 6c 75 6d 6e 2c 20 61  |et per column, a|
00000410  73 20 6e 6f 20 74 77 6f  20 69 74 65 6d 73 20 63  |s no two items c|
00000420  61 6e 20 68 61 76 65 20  74 68 65 20 73 61 6d 65  |an have the same|
00000430  20 70 72 65 66 65 72 65  6e 63 65 2e 0a 20 20 20  | preference..   |
00000440  20 20 20 20 20 45 53 47  20 74 61 6b 65 73 20 63  |     ESG takes c|
00000450  61 72 65 20 6f 66 20 74  68 65 20 27 31 20 70 65  |are of the '1 pe|
00000460  72 20 72 6f 77 27 20 72  65 73 74 72 69 63 74 69  |r row' restricti|
00000470  6f 6e 2e 0a 20 20 20 20  20 20 20 20 49 66 20 61  |on..        If a|
00000480  6e 20 61 74 74 65 6d 70  74 20 69 73 20 6d 61 64  |n attempt is mad|
00000490  65 20 74 6f 20 76 69 6f  6c 61 74 65 20 27 31 20  |e to violate '1 |
000004a0  70 65 72 20 63 6f 6c 75  6d 6e 27 2c 20 74 68 65  |per column', the|
000004b0  20 6e 65 77 20 63 68 6f  69 63 65 20 77 69 6c 6c  | new choice will|
000004c0  20 62 65 20 6d 61 64 65  2c 20 68 6f 77 65 76 65  | be made, howeve|
000004d0  72 20 74 68 65 20 69 74  65 6d 0a 20 20 20 20 20  |r the item.     |
000004e0  20 20 20 77 68 69 63 68  20 70 72 65 76 69 6f 75  |   which previou|
000004f0  73 6c 79 20 68 61 64 20  74 68 61 74 20 70 72 65  |sly had that pre|
00000500  66 65 72 65 6e 63 65 20  77 69 6c 6c 20 62 65 20  |ference will be |
00000510  67 69 76 65 6e 20 74 68  65 20 66 6f 72 6d 65 72  |given the former|
00000520  20 70 72 65 66 65 72 65  6e 63 65 20 6f 66 20 74  | preference of t|
00000530  68 65 20 75 73 65 72 20  63 68 61 6e 67 65 64 20  |he user changed |
00000540  69 74 65 6d 2e 0a 20 20  20 20 20 20 20 20 4e 6f  |item..        No|
00000550  74 69 63 65 2c 20 74 68  61 74 20 61 73 20 77 69  |tice, that as wi|
00000560  74 68 20 6f 74 68 65 72  20 71 75 65 73 74 69 6f  |th other questio|
00000570  6e 20 74 79 70 65 73 2c  20 61 20 71 75 65 73 74  |n types, a quest|
00000580  69 6f 6e 20 6f 72 20 70  61 72 74 20 6f 66 20 61  |ion or part of a|
00000590  20 71 75 65 73 74 69 6f  6e 20 6d 61 79 20 62 65  | question may be|
000005a0  20 6c 65 66 74 20 62 6c  61 6e 6b 2e 0a 20 20 20  | left blank..   |
000005b0  20 20 20 20 20 54 68 69  73 20 69 73 20 74 6f 20  |     This is to |
000005c0  70 72 65 76 65 6e 74 20  66 61 6c 73 65 20 72 65  |prevent false re|
000005d0  73 70 6f 6e 73 65 73 20  64 75 65 20 74 6f 20 74  |sponses due to t|
000005e0  68 65 20 64 65 66 61 75  6c 74 20 73 65 74 74 69  |he default setti|
000005f0  6e 67 20 62 65 69 6e 67  20 61 6e 61 6c 79 73 65  |ng being analyse|
00000600  64 20 77 68 65 6e 20 74  68 65 20 75 73 65 72 20  |d when the user |
00000610  61 63 74 75 61 6c 6c 79  0a 20 20 20 20 20 20 20  |actually.       |
00000620  20 69 67 6e 6f 72 65 64  20 74 68 61 74 20 71 75  | ignored that qu|
00000630  65 73 74 69 6f 6e 2e 20  49 74 20 61 6c 73 6f 20  |estion. It also |
00000640  68 61 6e 64 6c 65 73 20  74 68 65 20 63 61 73 65  |handles the case|
00000650  20 77 68 65 72 65 20 74  68 65 20 77 6f 72 64 69  | where the wordi|
00000660  6e 67 20 6f 66 20 61 20  71 75 65 73 74 69 6f 6e  |ng of a question|
00000670  20 69 73 20 73 75 63 68  20 74 68 61 74 20 61 0a  | is such that a.|
00000680  20 20 20 20 20 20 20 20  70 61 72 74 69 63 75 6c  |        particul|
00000690  61 72 20 75 73 65 72 20  63 61 6e 6e 6f 74 20 62  |ar user cannot b|
000006a0  65 20 67 75 61 72 61 6e  74 65 65 64 20 74 6f 20  |e guaranteed to |
000006b0  62 65 20 61 62 6c 65 20  74 6f 20 61 6e 73 77 65  |be able to answe|
000006c0  72 20 61 20 71 75 65 73  74 69 6f 6e 20 77 69 74  |r a question wit|
000006d0  68 20 61 20 70 6f 73 69  74 69 76 65 20 72 65 73  |h a positive res|
000006e0  70 6f 6e 73 65 0a 20 20  20 20 20 20 20 20 28 65  |ponse.        (e|
000006f0  67 20 27 48 6f 77 20 6d  61 6e 79 20 6f 74 68 65  |g 'How many othe|
00000700  72 73 20 72 65 61 64 20  79 6f 75 72 20 63 6f 70  |rs read your cop|
00000710  79 20 6f 66 20 41 43 3a  20 31 2c 20 32 20 6f 72  |y of AC: 1, 2 or|
00000720  20 6d 6f 72 65 20 74 68  61 6e 20 32 3f 27 2c 20  | more than 2?', |
00000730  77 68 65 6e 20 74 68 65  20 63 6f 72 72 65 63 74  |when the correct|
00000740  20 61 6e 73 77 65 72 20  69 73 20 30 29 2e 0a 0a  | answer is 0)...|
00000750  20 20 20 20 20 20 20 20  4e 42 31 20 49 6e 20 51  |        NB1 In Q|
00000760  75 65 73 74 69 6f 6e 73  20 66 69 6c 65 2c 20 74  |uestions file, t|
00000770  65 78 74 20 69 73 20 61  73 20 66 6f 72 20 61 20  |ext is as for a |
00000780  67 72 69 64 20 71 75 65  73 74 69 6f 6e 2c 20 62  |grid question, b|
00000790  75 74 20 77 69 74 68 20  74 68 65 20 6c 69 6e 65  |ut with the line|
000007a0  20 6f 66 20 63 6f 6c 75  6d 6e 20 74 65 78 74 73  | of column texts|
000007b0  20 6f 6d 69 74 74 65 64  2e 0a 20 20 20 20 20 20  | omitted..      |
000007c0  20 20 20 20 20 20 57 68  65 72 65 20 72 65 71 75  |      Where requ|
000007d0  69 72 65 64 2c 20 63 6f  6c 75 6d 6e 20 74 65 78  |ired, column tex|
000007e0  74 73 20 61 72 65 20 61  75 74 6f 6d 61 74 69 63  |ts are automatic|
000007f0  61 6c 6c 79 20 69 6e 73  65 72 74 65 64 20 77 69  |ally inserted wi|
00000800  74 68 20 23 63 6f 6c 73  20 73 65 74 20 74 6f 20  |th #cols set to |
00000810  23 72 6f 77 73 2e 0a 20  20 20 20 20 20 20 20 4e  |#rows..        N|
00000820  42 32 20 54 68 69 73 20  6d 65 61 6e 73 20 23 72  |B2 This means #r|
00000830  6f 77 73 20 69 73 20 72  65 73 74 72 69 63 74 65  |ows is restricte|
00000840  64 20 74 6f 20 74 68 65  20 6d 61 78 20 23 63 6f  |d to the max #co|
00000850  6c 73 20 3d 20 35 2e 0a  0a 20 20 20 20 20 20 20  |ls = 5...       |
00000860  20 41 6e 73 6f 72 20 31  2e 33 30 20 73 75 70 70  | Ansor 1.30 supp|
00000870  6f 72 74 73 20 74 79 70  65 20 27 34 27 20 71 75  |orts type '4' qu|
00000880  65 73 74 69 6f 6e 73 2e  0a 0a 31 2e 33 31 20 20  |estions...1.31  |
00000890  20 20 4d 6f 64 69 66 69  63 61 74 69 6f 6e 20 74  |  Modification t|
000008a0  6f 20 65 6e 73 75 72 65  20 71 75 65 73 74 69 6f  |o ensure questio|
000008b0  6e 20 77 69 6e 64 6f 77  20 74 69 74 6c 65 20 74  |n window title t|
000008c0  65 78 74 20 69 73 20 70  72 65 66 69 78 65 64 20  |ext is prefixed |
000008d0  62 79 20 74 65 6d 70 6c  61 74 65 20 74 69 74 6c  |by template titl|
000008e0  65 20 74 65 78 74 20 66  6f 72 20 77 69 6e 64 6f  |e text for windo|
000008f0  77 0a 20 20 20 20 20 20  20 20 51 75 65 73 74 2c  |w.        Quest,|
00000900  20 72 61 74 68 65 72 20  74 68 61 6e 20 62 79 20  | rather than by |
00000910  74 65 78 74 20 65 6d 62  65 64 65 64 20 69 6e 20  |text embeded in |
00000920  70 72 6f 67 72 61 6d 2e  20 54 68 69 73 20 70 65  |program. This pe|
00000930  72 6d 69 74 73 20 64 69  73 74 72 69 62 75 74 6f  |rmits distributo|
00000940  72 20 74 6f 20 61 6c 74  65 72 20 69 6e 69 74 69  |r to alter initi|
00000950  61 6c 20 70 61 72 74 20  6f 66 0a 20 20 20 20 20  |al part of.     |
00000960  20 20 20 74 69 74 6c 65  20 66 72 6f 6d 20 27 41  |   title from 'A|
00000970  63 6f 72 6e 20 43 6f 6d  70 75 74 69 6e 67 27 20  |corn Computing' |
00000980  74 6f 20 65 67 20 27 41  63 6f 72 6e 20 55 73 65  |to eg 'Acorn Use|
00000990  72 27 2c 20 62 79 20 65  64 69 74 69 6e 67 20 74  |r', by editing t|
000009a0  65 6d 70 6c 61 74 65 2e  0a 0a 31 2e 33 32 20 20  |emplate...1.32  |
000009b0  20 20 32 32 2f 30 33 2f  39 35 20 20 20 4d 69 64  |  22/03/95   Mid|
000009c0  64 6c 69 6e 67 20 73 69  7a 65 64 20 6d 6f 64 69  |dling sized modi|
000009d0  66 69 63 61 74 69 6f 6e  20 74 6f 20 73 75 70 70  |fication to supp|
000009e0  6f 72 74 20 61 6e 20 65  78 74 72 61 20 70 61 67  |ort an extra pag|
000009f0  65 20 74 79 70 65 2c 20  70 61 67 65 5f 65 6e 64  |e type, page_end|
00000a00  20 63 61 6c 6c 65 64 20  22 45 6e 64 65 72 22 2e  | called "Ender".|
00000a10  0a 20 20 20 20 20 20 20  20 54 68 69 73 20 63 61  |.        This ca|
00000a20  72 72 69 65 73 20 61 20  27 74 68 61 6e 6b 20 79  |rries a 'thank y|
00000a30  6f 75 27 20 6d 65 73 73  61 67 65 20 61 73 20 61  |ou' message as a|
00000a40  20 66 69 6e 61 6c 20 70  61 67 65 20 74 6f 20 74  | final page to t|
00000a50  68 65 20 73 75 72 76 65  79 2e 20 54 68 65 20 61  |he survey. The a|
00000a60  64 64 72 65 73 73 20 69  6e 70 75 74 0a 20 20 20  |ddress input.   |
00000a70  20 20 20 20 20 70 61 67  65 20 6d 61 79 20 62 65  |     page may be|
00000a80  20 75 73 65 64 20 77 69  74 68 20 74 68 69 73 20  | used with this |
00000a90  2d 20 69 74 20 77 69 6c  6c 20 74 68 65 6e 20 61  |- it will then a|
00000aa0  70 70 65 61 72 20 61 73  20 74 68 65 20 70 65 6e  |ppear as the pen|
00000ab0  75 6c 74 69 6d 61 74 65  20 70 61 67 65 3b 0a 20  |ultimate page;. |
00000ac0  20 20 20 20 20 20 20 61  6c 74 65 72 6e 61 74 69  |       alternati|
00000ad0  76 65 6c 79 2c 20 45 6e  64 65 72 20 6d 61 79 20  |vely, Ender may |
00000ae0  62 65 20 75 73 65 64 20  69 6e 73 74 65 61 64 20  |be used instead |
00000af0  6f 66 20 74 68 69 73 20  28 73 69 6d 70 6c 79 20  |of this (simply |
00000b00  6f 6d 69 74 20 74 68 65  20 23 41 20 73 65 67 6d  |omit the #A segm|
00000b10  65 6e 74 29 2e 0a 20 20  20 20 20 20 20 20 45 6e  |ent)..        En|
00000b20  64 65 72 20 69 73 20 6d  61 64 65 20 61 63 74 69  |der is made acti|
00000b30  76 65 20 62 79 20 69 6e  63 6c 75 73 69 6f 6e 20  |ve by inclusion |
00000b40  6f 66 20 61 20 23 45 20  73 65 67 6d 65 6e 74 20  |of a #E segment |
00000b50  69 6e 20 74 68 65 20 51  75 65 73 74 69 6f 6e 73  |in the Questions|
00000b60  20 74 65 78 74 20 66 69  6c 65 3a 0a 20 20 20 20  | text file:.    |
00000b70  20 20 20 20 54 68 69 73  20 73 68 6f 75 6c 64 20  |    This should |
00000b80  62 65 20 66 6f 6c 6c 6f  77 65 64 20 62 79 20 62  |be followed by b|
00000b90  65 74 77 65 65 6e 20 30  20 26 20 31 30 20 6c 69  |etween 0 & 10 li|
00000ba0  6e 65 73 20 6f 66 20 74  65 78 74 2c 20 65 61 63  |nes of text, eac|
00000bb0  68 20 6f 66 20 75 70 74  6f 20 34 30 20 63 68 61  |h of upto 40 cha|
00000bc0  72 61 63 74 65 72 73 2c  0a 20 20 20 20 20 20 20  |racters,.       |
00000bd0  20 77 69 74 68 20 74 68  65 20 66 69 6e 61 6c 20  | with the final |
00000be0  6c 69 6e 65 20 6d 61 72  6b 65 64 20 62 79 20 66  |line marked by f|
00000bf0  6f 6c 6c 6f 77 69 6e 67  20 69 74 20 62 79 20 61  |ollowing it by a|
00000c00  20 6c 69 6e 65 20 62 65  67 69 6e 6e 69 6e 67 20  | line beginning |
00000c10  77 69 74 68 20 61 20 27  2a 27 20 63 68 61 72 61  |with a '*' chara|
00000c20  63 74 65 72 2e 0a 20 20  20 20 20 20 20 20 54 68  |cter..        Th|
00000c30  69 73 20 69 6d 70 6c 69  65 73 20 6e 6f 6e 65 20  |is implies none |
00000c40  6f 66 20 74 68 65 20 6c  69 6e 65 73 20 6f 66 20  |of the lines of |
00000c50  74 65 78 74 20 6d 61 79  20 74 68 65 6d 73 65 6c  |text may themsel|
00000c60  76 65 73 20 62 65 67 69  6e 20 77 69 74 68 20 61  |ves begin with a|
00000c70  20 27 2a 27 2e 0a 20 20  20 20 20 20 20 20 49 66  | '*'..        If|
00000c80  20 66 65 77 65 72 20 74  68 61 6e 20 31 30 20 6c  | fewer than 10 l|
00000c90  69 6e 65 73 20 6f 66 20  74 65 78 74 20 61 72 65  |ines of text are|
00000ca0  20 73 75 70 70 6c 69 65  64 2c 20 74 68 65 20 65  | supplied, the e|
00000cb0  6e 64 65 72 20 77 69 6e  64 6f 77 20 65 78 74 65  |nder window exte|
00000cc0  6e 74 20 77 69 6c 6c 20  62 65 20 72 65 64 75 63  |nt will be reduc|
00000cd0  65 64 0a 20 20 20 20 20  20 20 20 61 63 63 6f 72  |ed.        accor|
00000ce0  64 69 6e 67 6c 79 2e 0a                           |dingly..|
00000ce8