[OpenMW-CS] One-shot record filter with binary expressions?

General discussion regarding the OpenMW project.
For technical support, please use the Support subforum.
Post Reply
Danjb
Posts: 16
Joined: 04 Dec 2014, 10:09

[OpenMW-CS] One-shot record filter with binary expressions?

Post by Danjb »

As the title says, it is possible to use a one-shot record filter with a binary expression in OpenMW-CS?

For example:

Code: Select all

!and(..., ...)
This didn't seem to work for me, but maybe I'm missing something.
ezze
Posts: 513
Joined: 21 Nov 2013, 13:20

Re: [OpenMW-CS] One-shot record filter with binary expressions?

Post by ezze »

I just tried:

Code: Select all

!and(string("id", ".*ayse.*"), string("id", ".*tree.*"))
and it works as expected, I see the ids with ayse and tree. What are you trying exactly?
Post Reply