home *** CD-ROM | disk | FTP | other *** search
- /* 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