*if ((spouse = "husband") or (spouse = "wife") or (spouse = "other") or (spouse = "unknown") or (spouse = "otherknown") or (spouse = "otherhated"))
The error message is that it expected no more tokens.
How do I get this to work?
I searched through the forums, but I haven’t yet found a topic on such an amount
help?
I think you need one set of parentheses per pair, so:
*if ((((((spouse = "husband") or (spouse = "wife")) or (spouse = "other")) or (spouse = "unknown")) or (spouse = "otherknown")) or (spouse = "otherhated"))