home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma60.dms / ma60.adf / ReqTools / RexxReqTools / Examples / TTXARexx.lha / ConfirmPrintClip.ttx < prev    next >
Encoding:
Text File  |  1993-10-21  |  198 b   |  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.