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

  1. /* $VER: OpenClip.ttx 1.0 (19.02.93) */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. FileName = rtFileRequest( "", "", "Select file to open as clip", "_Open", "RTFI_Flags=FREQF_PatGad RT_PubScrName=TURBOTEXT" )
  6.  
  7. IF rtResult = 1 THEN OpenClip FileName
  8.  
  9. CALL rtFreeFileBuffer
  10.