home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / PAGESTREAM3,0-1.DMS / in.adf / Macros.LHA / SetRotationPoint.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-08-31  |  333 b   |  11 lines

  1. /* SetRotationPoint.rexx */
  2. /* Copyright 1994 Soft-Logik Publishing Corporation */
  3. /* May not be distributed without Soft-Logik Publishing Corporation's express written permission */
  4. /* $VER: 1.0 */
  5.  
  6. ADDRESS 'PAGESTREAM'
  7. options results
  8.  
  9. 'getcoord click message "Click to set the rotation point..."'
  10. editobject about click.x click.y
  11.