home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Editor
/
Edge1721.DMS
/
Edge1721.adf
/
ExtraStuff
/
Edge_MoreRexx.lha
/
ToggleZoom.edge
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-11-09
|
299 b
|
11 lines
/* toggle zoom size */
options results
/* query window information and then parse the result */
window
parse var result ''X '' x '', Y '' y '', W '' w '', H '' h '', '' rexx '', '' status
/* if we are zoom then unzoom else zoom it */
if status='UnZoomed' then window zoom
else window unzoom front