home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
bazy
/
db3.4
/
examples
/
arexxdemos
/
numbercheck.db
< prev
next >
Wrap
Text File
|
1994-09-17
|
113b
|
5 lines
/* Rexxprogram for db that warns for numbers above 10 */
options results
GETFIELD
if result > 10 then RETRYINPUT