Book a Demo

Author Topic: Can " be matched in a %REPLACE% call ?  (Read 1955 times)

Mark Stubley

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Can " be matched in a %REPLACE% call ?
« on: June 05, 2008, 02:58:36 am »
Is it possible to escape a double quote correctly so a quoted string can be matched in a replace call ? Seems that %qt% within a token already delimited by % causes issues.


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Can " be matched in a %REPLACE% call ?
« Reply #1 on: June 05, 2008, 08:27:54 am »
First, try qt without the quotes as one of the arguments to replace.  (You're right, % inside a function macro is bad syntax, the % symbols aren't used inside function macros or conditions.)

If that doesn't work, assign it to a variable and then use the variable.