I am searching for the correct syntax for my macro to find an IF Conditional statement field code.
I need to search for {IF{DOCVARIABLE"CODE"} = "YES" "A" "B"}
to remove this and replace with "B" (the false statement).
When searching for a word field like {DOCVARIABLE "CODE"}
alone, I write as: Text1 = "CODE"
but when there is an IF & Text & Yes & TRUE, FALSE like above, how do I write?