Hi there
Any way to write an "and" or an "or" into my conditions?
I would like to do something like this:
<!--@If(Global:Page.ID!=195||!=190)-->
Do something
<!--@EndIf-->
or
<!--@If(Global:Page.ID!=195&&!=190)-->
Do something
<!--@EndIf-->
Is this possible?
/Rune