T
Tom Toews
Is it possible to do a string comparison in the IF field. I need to check if
"and" is in the field. The only options I see are mathematical comparisons.
{ IF (InStr({ MERGEFIELD "AuthorName"}, "and") <> 0) "stories" "a story" }
Tom
"and" is in the field. The only options I see are mathematical comparisons.
{ IF (InStr({ MERGEFIELD "AuthorName"}, "and") <> 0) "stories" "a story" }
Tom