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

  1. /* SaveFile.ttx 1.1 (21.10.93) */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. GetFileInfo
  6. PARSE VAR RESULT Lines Modified Name
  7. Strip( Name, 'B', ' ' )
  8. IF Name = '""' THEN CALL 'Env:Rexx/SaveFileAs.ttx'
  9. ELSE SaveFile
  10.