home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 82 / af082sub.adf / FINALWRITER / FINAL.lzx / FinalWriter / FinalWrapper / DocRexx / Zoom.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1978-01-01  |  292 b   |  18 lines

  1. /* Zoom.rexx 1.0 (13.05.95) by NDY's */
  2.  
  3. OPTIONS RESULTS
  4. rxport="FinalWrapperPort"
  5. IF ~Show("P",rxport) THEN EXIT 10
  6. ADDRESS VALUE rxport
  7. Use MDEF
  8. SetState ZOO 1
  9. SetVal ZOO 300
  10. SetVal ARC 120
  11. SetVal XGAD 10
  12. SetVal YGAD 10
  13. SetVal WGAD 5
  14. SetVal HGAD 5
  15. SetVal TGAD "Really great!"
  16. PopFront
  17. EXIT
  18.