home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / education / a / mole / !Mole / !Help / !ReadMe next >
Text File  |  1993-04-24  |  2KB  |  49 lines

  1. Help on !Help
  2. /***************************************************************************\
  3. *                                                                           *
  4. *       !Help,                                                              *
  5. *                                                                           *
  6. *       Easy way of viewing an application help file,                       *
  7. *                                                                           *
  8. *       version 0.06 (6-Sep-92)                                             *
  9. *                                                                           *
  10. *       © Simon Kilvington, 1992                                            *
  11. *                                                                           *
  12. \***************************************************************************/
  13.  
  14.  
  15.    !Help is a short program that allows you to view a file of help text for
  16. an application in a controlled manner without having to have Edit handy.
  17.  
  18.    To use it you should create a text file called HelpText and save it in
  19. the !Help directory. The text is divided into lines by !Help, each line is
  20. terminated by a control character (ie one with an ASCII value of less than
  21. 32), and each text line appears on a separate line in the !Help window. So
  22. if any lines are more than 78 characters long you will not be able to see
  23. more than the first 78 characters of them. To make sure this doesn't happen
  24. use the format command in Edit (Ctrl + F6) at the top of each paragraph,
  25. this will place line feeds in your text at the end of each line.
  26.    The first line in the 'HelpText' file is used as the window title.
  27.  
  28.    !Help will automatically allocate itself any extra memory that it may
  29. need to load the help text into, so the initial WimpSlot size is fairly
  30. irrelevant, just set it as low as possible.
  31.  
  32.    Finaly copy the whole !Help application into your own application
  33. directory. You will then be able to use !Help by selecting the 'Help' option
  34. from the application submenu of the filer menu.
  35.  
  36.    !Help is a 'Freeware' program, ie you are free to use it in your own
  37. programs provided the files '!Help.!ReadMe', '!Help.!Run', and
  38. '!Help.!RunImage' are copied, unaltered, into your application directory.
  39. Obviously the HelpText file may be changed.
  40.  
  41.    Any comments, suggestions, bugs or donations can be sent to:
  42.  
  43.    Simon Kilvington,
  44.    46 Mead Road,
  45.    Portishead,
  46.    Bristol,
  47.    BS20 8NY.
  48.  
  49.