The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Simplified thanks to Excel's godawful boolean functions:
PHP Code:
Code:
a b a xor b not (a xor b) TRUE TRUE FALSE TRUE TRUE FALSE TRUE FALSE FALSE TRUE TRUE FALSE FALSE FALSE FALSE TRUE PHP Code:
|
#22
|
||||
|
||||
what i'm trying to do is
Code:
a b a xor b no*(a xor b) TRUE FALSE TRUE FALSE FALSE TRUE TRUE FALSE FALSE FALSE FALSE TRUE TRUE TRUE FALSE FALSE to simplify it, you'd use PHP Code:
* no a xor b as opposed to NOT a xor b Quote:
having just tested it, the exclaimation kills it, so it's now PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|