home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / misc / rexxlib.lzh / rexx / alter.txed < prev    next >
Encoding:
Text File  |  1989-02-04  |  137 b   |  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.