We recently upgraded ASPOSE.Words to version 11.11. And the following code no longer works:
Case #«CaseNumber»Date «CalendarSetDateLong»
Date «CalendarSetDateLong»
{ASK FAVORITE "Who is your favorite Beatle - 1 for John, 2 for Paul, 3 for George, and 4 for Ringo" \o}
{IF {REF FAVORITE}=1 {MERGEFIELD CalendarSetDateLong} "" \*MERGEFORMAT}
{IF {REF FAVORITE}=2 "I Love Paul as of {MERGEFIELD "CalendarSetDateLong"}" ""}
With the newer object, both of these output <> in place of the value. If I replace ASPOSE.Words with our former version (11.0), the merge field is output correctly.
Any advice on how we should proceed?
Thank you.