home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / Edge1721.DMS / Edge1721.adf / Edge_Rexx.lha / Menu_TimeDate.edge < prev    next >
Encoding:
Text File  |  1993-11-09  |  357 b   |  19 lines

  1. /*
  2. ** $VER: Menu_TimeDate.edge 1.0 (Friday 22-Oct-93 12:55:22)
  3. **
  4. ** Type in the current time/date
  5. **
  6. ** Written by Thomas liljetoft & Inovatronics
  7. */
  8.  
  9. options results
  10.  
  11. /* this types in the date and time based on rexx's routines
  12.    'text raw "'time()', 'date()'"'
  13. */
  14.  
  15. /* this types in based on edge's routines */
  16. 'getenvvar _ge_date'
  17. 'text raw "'result'"'
  18.  
  19.