home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 418.lha / rexxarplib_v2.5 / rexx / alter.txed < prev    next >
Text File  |  1990-09-01  |  137b  |  12 lines

  1. /** alter.txed
  2. *
  3. *   Function to go with alter.rexx
  4. *
  5. **/
  6. ss = getenv('Search')
  7. rs = getenv('Replace')
  8.  
  9. change 1 '"'ss'"' '"'rs'"'
  10.  
  11. exit
  12.