home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 7
/
FreshFishVol7.bin
/
bbs
/
biz
/
db-2.3.lha
/
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