I posted a topic yesterday about using the syntax for an if statement ub=sing Contains and a logical operator.
Now I have a similar problem but am getting a syntax error
My first operand is
%DoesNotContain(SelectedDocTitle[0], 'original petition', True) OR DoesNotContain(SelectedDocTitle[0], 'exhibit', True)%
I don't know the proper syntax for Does Not Contain
If that is not possible I guess I can use the Contains approach and reverse my loop logic
