C
Chad
I've used bitwise enums before (powers of 2) and have used AND and OR operator to determine which individual flags have been set, but I have never used the <Flags()> _ attribute
What advantage does this give me?
Thankoo
What advantage does this give me?
Thankoo