Hi,

I guess something like these examples might work:

REPLACE($src$, "[abc]", "[]")
or
REPLACE($src$, "[abc]", "")
or
REPLACE($src$, "[" + $replacefrom$ + "]", "")

        Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)

Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13):
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
Find these products, and many free tools and utilities, at http://rrr.se.

> Hi Folk,
> in a text field i'd like to replace the contents of a string (delimited by the
> characters []) with the null value.
> Can I use the REPLACE function ? how ?
>
> thanks in advance.
> Pietro
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to