home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************
- * This AREXX script will swap the two displayed windows. *
- * Courtesy of MicroTech Solutions, Inc. *
- **********************************************************/
-
- options RESULTS
-
- address 'dopus_rexx'
-
- status 3
- w = RESULT
-
- status 13 w
- p = RESULT
-
- if w = 0 then w = 1
- else w = 0
-
- status 13 w set p
-