home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / extras / ttx / rexx / ttx_sasc / FunctionHelp.ttx < prev    next >
Encoding:
Text File  |  1996-12-24  |  254 b   |  12 lines

  1. /* FunctionHelp.ttx:
  2. ** Activates AmigaGuide help system for the function name
  3. ** currently under (or to the left of) the cursor.
  4. */
  5.  
  6. options results
  7. 'GetWord'
  8. options
  9.  
  10. address 'COMMAND'
  11. 'run >nil: amigaguide sc:help/sc_lib.guide doc ' || result || '()'
  12.