home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d926 / jcgraph.lha / JcGraph / Rexx / RotSet3.rex < prev    next >
OS/2 REXX Batch file  |  1993-10-07  |  339b  |  15 lines

  1. /* RotSet3.rex */
  2. /* ----------- */
  3. /* Description: Will assign X,Y and Z value to the preset button next to  */
  4. /*              it.                                                       */
  5.  
  6. options results
  7.  
  8. address 'JCGRAPH'
  9.  
  10. if open('Preset','T:RotPreset3','W') then do
  11.   'GetRotation'
  12.   Rotation=result
  13.   writeln('Preset',Rotation)
  14. end
  15.