home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 1
/
amigaformatcd01.iso
/
pd
/
database
/
db3.2
/
examples
/
arexxdemos
/
expand.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
|
241 b
|
10 lines
/* Rexxprogram for db that expands some shortcuts */
Options Results
GETFIELD
select
when result = '1' then PUTFIELD 'First'
when result = '2' then PUTFIELD 'Second'
when result = '3' then PUTFIELD 'Third'
otherwise PUTFIELD result
end