home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / TimeMachine / timemachine / rexx / setframes.ifx < prev    next >
Text File  |  1999-08-24  |  201b  |  17 lines

  1. /*********************
  2.  
  3. set frames
  4.  
  5. **********************/
  6.  
  7. options results
  8.  
  9.  
  10. RequestNumber '"Total Frames"' 1
  11. parse var result frames
  12. if rc ~=0 then exit
  13.  
  14.  
  15. call setclip('TM_TotalFrames',frames)
  16.  
  17. exit