Check your REBOL version:
>> system/version
It needs to be 2.2 to have replace.  If you don't have it, just:
>> upgrade

Sterling

> When I do a:
> 
> str: make string! read %infile.txt
> replace/all infile "X" "Y"
> 
> I get the error: replace has no value.
> What is the problem here ?
> Thanks.
> 
>                       Dipayan
> 

Reply via email to