home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Amiga 12
/
MA_Cover_12.iso
/
libs
/
rmh
/
examples
/
requester.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
|
1999-05-24
|
166 b
|
12 lines
/*
usage of Requester()
*/
l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
volume="Volume:"
do while Requester("Want me",,"to try again?")
end