home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / a / crossaid / !CrossAid / !Help next >
Text File  |  1995-03-31  |  5KB  |  120 lines

  1.      
  2.                ------------------------------------------------------
  3.                Application : !Crossaid (Requires RISC OS 3 or better)
  4.  
  5.                                  By Martin Hughes
  6.  
  7.                        Help for Version 3.0 : (March 1995)
  8.      
  9.                ------------------------------------------------------
  10.    
  11.  
  12.  
  13.    This program allows the user to search for words and anagrams that
  14.    match a given input of characters.  The main use of which is in
  15.    solving crosswords.
  16.  
  17.    Load the program in the normal desktop manner and the applications
  18.    icon will appear on the desktop icon bar.  Clicking on this icon using
  19.    the left mouse button will bring up the main program window.
  20.  
  21.    There are two forms of search that can be performed by CrossAid:
  22.    A. Wildcard search
  23.    B. Anagram search
  24.    Both these forms of search are discribed below.
  25.  
  26.  
  27.    Wildcard Search
  28.    ---------------
  29.    This allows you the perform a search for a word of which you only know
  30.    the position of some of the letters.  A wildcard search will be performed
  31.    on any input that contains an asterisk.
  32.  
  33.    In the 'Search For' icon of the main window enter the known letters of
  34.    the word you are looking for, typing an asterisk for any letters you do
  35.    not know, and press the RETURN key.  For e.g. 'F**L*N*'.  The number of
  36.    matching words will be displayed in the main window and the results of
  37.    the search will automatically be sent to Edit (or whichever text editor
  38.    Alias$@RunType_FFF is set for).
  39.  
  40.  
  41.    Anagram Search
  42.    --------------
  43.    This allows you the perform a search for any anagrams that match the
  44.    letters input.
  45.    An anagram search will be performed on any input that does not contain an
  46.    asterisk.
  47.    At this point you should note the 'Limit' icon in the main window, you
  48.    should set this to the number of letters in the word you are looking for.
  49.    The limit should be less than or equal to the number of characters input
  50.    since you can't have an anagram that is longer than the number of letters
  51.    avialable.
  52.  
  53.    In the 'Search For' icon of the main window enter the letters of which
  54.    you believe the anagram is made up of.
  55.  
  56.    For eg. if the clue is, 'Inclines in advertising'
  57.    and the word you are looking for has nine letters, you could enter this
  58.    whole phrase (you will not be able to enter the spaces as these are
  59.    unnecessary).  In other words, enter 'inclineinadvertising' and set the
  60.    limit to 9 by clicking on the up or down arrows in the main window, then
  61.    press RETURN.
  62.    The number of matching words will be displayed in the main window and
  63.    the results of the search will automatically be sent to Edit (or
  64.    whichever text editor Alias$@RunType_FFF is set for).
  65.    The program should find quite a few matches as a result of the search.
  66.    It is then up to you to search through the words found for the one that
  67.    best matches the clue.
  68.    The answer to the clue is gradients.
  69.    You may have guessed from the clue that the word you are looking for
  70.    is a subgram of the word advertising and entered only this word, in which
  71.    case the search would be far more precise.
  72.  
  73.  
  74.    About the words
  75.    ---------------
  76.    You can add your own words to the application by editing the files
  77.    found in the directory !CrossAid.Words.
  78.    The word files are divided according to the number of letters in the
  79.    word and for convenience are sorted alphabetically.  All the words in
  80.    these files MUST be entered in upper case.
  81.    I have not personally checked all the words use by CrossAid for their
  82.    correctness as I do not have the time or inclination to do so, but they
  83.    should be at least 99% correct.
  84.    There are some abbreviations included in the word files.
  85.    
  86.  
  87.  
  88.    Program History
  89.    ---------------
  90.    v. 1.00  -  The BASIC version.
  91.    v. 2.00  -  The DESKTOP version.
  92.    v. 3.00  -  The +Anagrams version
  93.  
  94.  
  95.    Changes made from v2.00
  96.    -----------------------
  97.    Added more words                           - now over 60,000
  98.    No longer uses a template file             - just testing myself
  99.    Sends results immediately to Edit          - no longer have to use menu
  100.    No menu for main window now                - no longer required
  101.    Removed words found display in window      - no longer required
  102.    Added anagram search routine               - useful for cryptic clues
  103.    Regains caret after search                 - don't need to do it yourself
  104.    Changed the way help is displayed          - now loads into edit
  105.    Limited type of input allowed              - prevents mistakes
  106.    Now displays hourglass percentage          - lets you know how it's going
  107.  
  108.  
  109.    Possible Future Improvements
  110.    ----------------------------
  111.    Add routine to compare the anagram and wildcard searches.
  112.  
  113.  
  114.    Contacting me
  115.    -------------
  116.    I can be reached on 'Arcade' bulletin board
  117.    Martin Hughes - user #124
  118.  
  119.  
  120.