home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
bazy
/
db3.4
/
examples
/
arexxdemos
/
calc.db
next >
Wrap
Text File
|
1995-11-22
|
210b
|
9 lines
/* calc expression in given gadget
Written by: Richard Ludwig */
options results;GETFIELD
if verify(result, '0123456789+-*/().','m') then do
interpret 'ret=' result
currentfield 'result'
PUTFIELD ret
end