Hi Debbie,
Try:
{ IF Expression1 Operator Expression2 "{QUOTE 34}TrueText{QUOTE 34}" "{QUOTE
34}FalseText{QUOTE 34}" }
This produces a result that displays as "True Text" or "False Text",
including the quotes. Replacing the leading and trailing 34s in each
expression with 147 and 148, respectively, can be used to generate 'smart'
quotes.
A 39 produces a single straight quote, while 145 and 146, respectively, can
be used to generate 'smart' single quotes.
Cheers
> Is there some way to indicate that I want a double quote
> to be treated literally within the Truetext or FalseText
[quoted text clipped - 8 lines]
>
> Thanks in advance.