[REBOL] Re: rename with string as new argument ignores string offset
From: greggirwin:mindspring at: 10-Dec-2002 12:45
Hi Anton, A> save %test-file "" A> rename %test-file (probe find "a-string" "r") A> This results in: %a-string being created. A> I was expecting: %ring Me too, but this works until they fix it...or if they don't. save %test-file "" rename %test-file copy (probe find "a-string" "r") I'd send it to feedback. -- Gregg