View Single Post
 
Old 12-29-2013, 01:37 PM
hadenp hadenp is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Dec 2013
Posts: 4
hadenp is on a distinguished road
Default

Thanks Paul. Would you be able to explicate how quotes are paired in a code example from the Mailmerge Tutorial for us ?

In the first example, "Merge Records by Category",

{QUOTE{IF {MERGESEQ} =1 {SET KEY ""}}"{IF{MERGEFIELD City}<> {REF Key}
"IF...

is the quote (in red) the beginning of a new expression? And does that expression end with the next quote before IF - or is it paired with another quote further down?

Also, the use of QUOTE..I think it's used here to return values after expressions are evaluated. Is that correct?

Thanks!
Reply With Quote