home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
biz
/
dbase
/
db
/
examples
/
arexxdemos
/
calc.db
next >
Wrap
Text File
|
1994-09-03
|
187b
|
8 lines
/* calc expression in given gadget
Written by: Richard Ludwig */
options results;GETFIELD
if verify(result, '0123456789+-*/().','m') then do
interpret 'ret=' result
PUTFIELD ret
end