home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / fish / 911-930 / ff926 / jcgraph / rexx / rotset2.rex < prev    next >
OS/2 REXX Batch file  |  1994-05-04  |  339b  |  15 lines

  1. /* RotSet2.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:RotPreset2','W') then do
  11.   'GetRotation'
  12.   Rotation=result
  13.   writeln('Preset',Rotation)
  14. end
  15.