home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
networking
/
amitcp
/
amislate1.0.lha
/
AmiSlate1.0
/
ExampleRexx
/
easyreq.rexx
< 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
OS/2 REXX Batch file
|
1995-03-13
|
309 b
|
10 lines
/* An ARexx program demonstrating AmiSlate's EasyRequest function */
parse arg CommandPort ActiveString
address (CommandPort)
options results
EasyRequest '"'||"AmiSlate REXX Requester"||'"' '"'||"Please pick a number"||'"' "1|2|3|4|5|0"
EasyRequest "Answer" '"'||"You picked option number "||rc||'"' "Yup"