home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / AS_HEADR.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  499 b   |  13 lines

  1. //
  2. // Module Name: AS_HEADR.COD
  3. // Selectors used : Appl_Authr, Appl_Cpyrt, Appl_versn
  4. // Description: Used as a include to produce Program Header Information
  5. //
  6. {strng=STR(VERSION());}
  7. * Author.......: {if author then}{alltrim(author)}{endif}
  8. * Date.........: {ltrim(SUBSTR(DATE(),1,8))}
  9. * Notice.......: {if Copyright then}{alltrim(Copyright)}{endif}
  10. * Generated by.: dBASE IV version {db_version_no}
  11. {if Menu_Desc then}* Description..: {alltrim(Menu_Desc)}{endif}
  12. // EOP AS_HEADR.COD
  13.