home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
WordProcessors
/
PAGESTREAM3,0-1.DMS
/
in.adf
/
Macros.LHA
/
PLmath.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-03-25
|
317 b
|
19 lines
/*
* math.rexx
*
* This will compute the equationthat is highlighted inside
* PageLiner and replace it with the result.
*
* written 3/24/93 by Gary Knight
*
*/
address PAGELINER
options results
'getarea'
IF rc=0 THEN DO
equation=RESULT
interpret "answer = "equation
'text' answer
END