home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
programm
/
misc
/
rexxlib.lzh
/
rexx
/
alter.txed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-02-04
|
137 b
|
12 lines
/** alter.txed
*
* Function to go with alter.rexx
*
**/
ss = getenv('Search')
rs = getenv('Replace')
change 1 '"'ss'"' '"'rs'"'
exit