home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / utilities / propage_pdraw / donsgenies / adproscripts.lha / Rotate180.adpro < prev    next >
Encoding:
Text File  |  1993-06-23  |  171 b   |  16 lines

  1. /* A simple combination */
  2.  
  3.  
  4.  
  5. ADDRESS "ADPro"
  6. OPTIONS RESULTS
  7.  
  8. OFORMAT
  9. oldOp     = ADPRO_RESULT
  10.  
  11. OPERATOR "HORIZONTAL_FLIP"
  12. OPERATOR "VERTICAL_FLIP"
  13.  
  14. OFORMAT oldOp
  15.  
  16. EXIT 0