home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 82 / af082sub.adf / FINALWRITER / FINAL.lzx / FinalWriter / FinalWrapper / DocRexx / Adjust.rexx next >
Encoding:
OS/2 REXX Batch file  |  1978-01-01  |  316 b   |  16 lines

  1. /* Adjust.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. SetMode ADJ 1
  9. SetVal XGAD 5
  10. SetVal YGAD 5
  11. SetVal WGAD 5
  12. SetVal HGAD 5
  13. SetVal TGAD "No matter how long the text is: it runs perfectly around the circle!"
  14. PopFront
  15. EXIT
  16.