home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 1
/
amigaformatcd01.iso
/
pd
/
database
/
db3.2
/
examples
/
arexxdemos
/
date.db
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
190 b
|
12 lines
/* Return today's date in the current field */
Options Results
ADDRESS COMMAND
'Date >t:datefile'
ADDRESS
OPEN('file','t:datefile')
str = READLN('file')
CLOSE('file')
PUTFIELD WORD(str,2)