home *** CD-ROM | disk | FTP | other *** search
- /* Adjust.rexx 1.0 (13.05.95) by NDY's */
-
- OPTIONS RESULTS
- rxport="FinalWrapperPort"
- IF ~Show("P",rxport) THEN EXIT 10
- ADDRESS VALUE rxport
- Use MDEF
- SetMode ADJ 1
- SetVal XGAD 5
- SetVal YGAD 5
- SetVal WGAD 5
- SetVal HGAD 5
- SetVal TGAD "No matter how long the text is: it runs perfectly around the circle!"
- PopFront
- EXIT
-