home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / install / reqtools / rexxreqtools / examples / ttxarexx.lha / ConfirmPrintClip.ttx < prev    next >
Text File  |  1993-10-21  |  198b  |  9 lines

  1. /* ConfirmPrintClip.ttx 1.0 (20.02.93) */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. GetFilePath
  6.  
  7. IF rtEZRequest( "Really print the clip?", " _Ok |_Cancel", "TurboText request", "RT_PubScrName=TURBOTEXT" ) THEN
  8.   PrintClip
  9.