Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: script error? Solved?

From: terry::depotcity::com at: 10-Feb-2001 13:22

There is a definite problem with the following, but only in CGI, works fine in the console. asking: {this is a string in which I want to replace all spaces with a "+" sign} asked: replace/all asking " " "+"
> > > ** Script Error: Invalid path value: part. > > > ** Where: target: change/part target :replace len
I hacked it by getting rid of it and letting the server escape the spaces... but why is this happening? Is because the plus sign is a global or can't use spaces with replace or ??? Terry Brownell