home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / XDME / Macros / C / h_f.xdme < prev    next >
Encoding:
Text File  |  1996-09-27  |  331 b   |  20 lines

  1. #
  2. #   Insert new function with header.
  3. #
  4. #   $VER: insertfh V1.00 (18.11.1992)
  5. #
  6.  
  7. # read in the empty header
  8. push pos
  9. down insfile $(dir)h.f
  10.  
  11. # look for the NAME-field
  12. pop pos
  13. find NAME
  14.  
  15. # position cursor
  16. down insline tab
  17.  
  18. # and ask the user for a file-name. After that continue in file h_f2.xdme
  19. escimm (`) source $(dir)h_f2.xdme
  20.