home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd2.bin / bbs / gfx / jcgraph-1.21.lha / JcGraph / Rexx / RotPreSet4.rex < prev    next >
OS/2 REXX Batch file  |  1992-10-05  |  328b  |  14 lines

  1. /* RotPreSet4.rex */
  2. /* -------------- */
  3. /* Description: Will set the X,Y and Z rotation value previously set  */
  4. /*              with 'Set4' button.                                   */
  5.  
  6. options results
  7.  
  8. address 'JCGRAPH'
  9.  
  10. if open('Preset','T:RotPreset4','R') then do
  11.   Rotation=readln('Preset')
  12.   'SetRotation ' Rotation
  13. end
  14.