home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / utilities / text / bed / rexx / bedcmdhelp.bed < prev    next >
Encoding:
Text File  |  1996-01-29  |  265 b   |  19 lines

  1. /*
  2. ** $VER: BedCmdHelp.bed 1.0 (02.01.96)
  3. **
  4. ** Show the AmigaGuide Help for the BED ARexx command currently under the
  5. ** cursor
  6. */
  7.  
  8. OPTIONS RESULTS
  9.  
  10. GetWord
  11. command=RESULT
  12.  
  13. Exist command
  14.  
  15. IF RC=0 THEN
  16.     Help command
  17. ELSE
  18.     SetStatusBar "Cursor not on a BED command"
  19.