home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / libs / 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.