I
infoctc
I have an IF function like this:
{if {MERGEFIELD fieldA}="" "" "Field Caption: {MERGEFIELD fieldB}" }
which chokes when fieldA or fieldB has double-quotes (") in the data, and
prints only the text inside the quotes.
Is there any workaround for this?
So that if fieldA is non-blank let's say, and if fieldB value is:
Hello I my name is "Foo"
Then I want the IF function to print
Field Caption: Hello I my name is "Foo"
I have no control over the value in these fields so I can't manipulate that
text beforehand - it comes from the database.
Thanks.
{if {MERGEFIELD fieldA}="" "" "Field Caption: {MERGEFIELD fieldB}" }
which chokes when fieldA or fieldB has double-quotes (") in the data, and
prints only the text inside the quotes.
Is there any workaround for this?
So that if fieldA is non-blank let's say, and if fieldB value is:
Hello I my name is "Foo"
Then I want the IF function to print
Field Caption: Hello I my name is "Foo"
I have no control over the value in these fields so I can't manipulate that
text beforehand - it comes from the database.
Thanks.