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

  1. /* ConfirmPrint.ttx 1.0 (20.02.93) */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. IF rtEZRequest( "Really print the file?", " _Ok |_Cancel", "TurboText request", "RT_PubScrName=TURBOTEXT" ) THEN
  6.   PrintFile
  7.