@replace is returning the original string, yes

On 1/31/05 1:04 PM, "John McGowan" <[EMAIL PROTECTED]> wrote:

> Roland...
> 
> Replace doesn't mutate the Arg... it returns a modified string...
> 
> is the @replace returning the original string?
> 
> /John
> 
> Roland Dumas wrote:
> 
>> This is probably obvious, but not to me:
>> 
>> I have a form field into which users put comments. I wish to lose all the
>> double quotes - makes a mess of the csv file I'm writing to.
>> 
>> How do I replace a " with a '??
>> 
>> I try:
>> 
>> <@replace str='<@ARG comment>' findstr='<@DQ>' replacestr='<@SQ>'>
>> 
>> And it doesn't do anything.
>> 
>> What am I missing?
>> 
>> 


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to