[REBOL] Re: script error?
From: terry:depotcity at: 10-Feb-2001 0:39
I think I located the problem... asked: replace/all asking #" " #"+" I change it to... asked: replace/all asking " " "+" And it seems to work fine. The scary thing is, I don't recall putting hash marks in the script? Does this relate to the error message? Terry Brownell