Hi.
I'll try to explain briefly what i try to achieve.
I have a group that have these flags for example: e, f, g
Obviously i have some other groups that have the same flags but some more flags like: e, f, g, h, i etcetera..
How can i distinguish them? Something like
if (access == efg & !h) { do smth }
Please can you give me an example how to do this ?
Thanks in advace.