home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / pd / database / db3.2 / examples / arexxdemos / date.db < prev    next >
Encoding:
Text File  |  1996-04-30  |  190 b   |  12 lines

  1. /* Return today's date in the current field */
  2.  
  3. Options Results
  4.  
  5. ADDRESS COMMAND
  6. 'Date >t:datefile'
  7. ADDRESS
  8. OPEN('file','t:datefile')
  9. str = READLN('file')
  10. CLOSE('file')
  11. PUTFIELD WORD(str,2)
  12.