home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / libs / reqtools / rexxreqtools / examples / ttxarexx.lha / Revert.ttx < prev    next >
Text File  |  1993-10-21  |  360b  |  18 lines

  1. /* $VER: Revert.ttx 2.0 (20.02.93)
  2.  *
  3.  * Revert the current document to the version on disk.
  4.  */
  5.  
  6. OPTIONS RESULTS
  7.  
  8. GetFileInfo
  9. Parse VAR RESULT Lines Modified Name
  10.  
  11. IF Modified="YES" THEN DO
  12.   IF ~rtEZRequest( "Revert to the saved file?", " _Ok |_Cancel", "TurboText request", "RT_PubScrName=TURBOTEXT" ) THEN
  13.     RETURN
  14. END
  15.  
  16. GetFilePath
  17. OpenFile QUIET RESULT
  18.