home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / TemaCD / winedit / menuhelp.ma_ < prev    next >
Text File  |  1997-11-11  |  205b  |  9 lines

  1. ; WinEdit Sample Macro
  2. ;
  3. ;  Loads the WIL help file, does a partial key
  4. ;    lookup of the topic "Menu Files"
  5.  
  6. helpfile = strcat(DirHome,"help\wil.hlp")
  7. WinHelp(helpFile, "PartialKey", "Menu Files")
  8.  
  9.