home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 411a.lha / addbook_V1.4 / Addbook.doc < prev    next >
Text File  |  1990-08-04  |  3KB  |  74 lines

  1. addbook V1.4 By Simon Raybould 1990
  2.  
  3. Fixes from V1.1
  4.  
  5.     - After using PrintFiles, V1.1 had problems finding data file
  6.       from workbench correctly. This was do to me not using file
  7.       locks in quite the correct manner. This is fixed in this version.
  8.  
  9.     - New icon for data file.
  10.  
  11.  
  12. Bug fixes from V1.3
  13.  
  14.     - Version 1.3 had a very embarassing bug that would only show after
  15.       the second use of the program from CLI. When the program was called
  16.       for the second time from CLI, the machine would GURU with type 
  17.       00000003 or 00000004, i.e. Illegal instruction or Addressing error.
  18.       I have fixed this in this in this version.
  19.  
  20.  
  21. Archive contents:
  22.  
  23.         Addbook           - Executable program.
  24.         Addbook.doc       - This document.
  25.         Addbook.doc.info  - Icon for this document.
  26.         Address           - Sample data file
  27.         Address.info      - Example for workbench usage.
  28.  
  29. This program is to search a data file for a pattern and then display
  30. the name, address and phone number for that person.
  31. The address is line split by commas. (see the example data file).
  32.  
  33. This program is freely re-distributable and I fully hope that it is of
  34. some use and encourage its distribution.
  35.  
  36.  
  37. To use from cli just type:-
  38.  
  39.         addbook <datafile>
  40.  
  41. To use from workbench, the address book file should have 'addbook' in its
  42. default tool gadget. (Use info from workbench). This is assuming that the
  43. executable is in the same directory as the data file. If not the the
  44. full path to the executable should be in the default tool slot.
  45. The example given has been set up to work from workbench by just double
  46. clicking on the data file.
  47. The advantage being that you can single click on the data file, hold shift
  48. and then double click on you favorite editor (such as emacs) and add more
  49. names and addresses.
  50.  
  51. Alternativly, you can create an icon for addbook, click once on it,
  52. hold shift and double click on the data file from workbench.
  53.  
  54. USAGE
  55.  
  56. To use just type the string to search for into the string gadget and press
  57. RETURN, if the first match is not the one you want then click on the next
  58. gadget and the next match will be displayed.
  59.  
  60. In the data file, COLONS are used to seperate fields and commas in the
  61. address will split the address up onto seperate lines. See the sample
  62. data file for more information.
  63.  
  64. Any suggestions, bugs e.t.c should be sent to me and I will endevour to send
  65. a fixed version.
  66.  
  67. I can be reached on MABBS (021 444 8972) as Simon Raybould.
  68.  
  69. I can also be e-mailed on Usenet, eunet e.t.c.  at : sie@fulcrum.bt.co.uk
  70.  
  71. Have fun
  72.  
  73.     S.J.R.
  74.