|
Rank: Member
Groups: Registered
Joined: 2/18/2016 Posts: 11
|
I'm trying to understand how to use the expression operators collection properly, but I'm a little confused. What is the difference between adding multiple operators on one line vs separate entries?
For example, it starts with "AND=AND, OR=OR". If I keep that and add a new one of "AND=and, OR=or", it seems to accept combinations of the two entries. Is there a benefit to entering them in a certain way?
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
It's to support other languages, so you can have AND=AND, OR=OR AND=UND, OR=ODER (if my German is correct) Does that clear it up? -your feedback is helpful to other users, thank you!
|
|
Rank: Member
Groups: Registered
Joined: 2/18/2016 Posts: 11
|
But there's no functional difference between that and having them all on separate lines?
AND=AND OR=OR AND=UND OR=ODER
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
There might be, I would do it the way we show in the example. Remember that if you don't explicitly have AND=AND, then it will be AND=AND anyway because that's the default. -your feedback is helpful to other users, thank you!
|
|