home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / PAGESTREAM3,0-1.DMS / in.adf / Macros.LHA / PLdate.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-03-25  |  203 b   |  14 lines

  1. /*
  2.  * date.rexx
  3.  *
  4.  * This macro will insert the current date at the current cursor
  5.  * location in PageLiner.
  6.  *
  7.  * written by Gary Knight 3/24/93
  8.  *
  9.  */
  10.  
  11. address PAGELINER
  12. datestr=date()
  13. 'text' datestr
  14.